From 816726b573f1050fe9b97fc60a59a2e9a587c5a6 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 7 Sep 2020 12:41:19 +0200 Subject: [PATCH] BugFix GUI show gate section --- smarthome.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/smarthome.py b/smarthome.py index 3d2ab90..8d8612e 100644 --- a/smarthome.py +++ b/smarthome.py @@ -68,11 +68,11 @@ class WetationFrameProt(gui.Wetation): # # show gate section in GUI # - self.heading_garage.show(True) - self.gate_oc.show(True) - self.gate_open.show(True) - self.gate_position.show(True) - self.gate_close.show(True) + self.heading_garage.Show(True) + self.gate_oc.Show(True) + self.gate_open.Show(True) + self.gate_position.Show(True) + self.gate_close.Show(True) # # update gate position #