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 #