syntax error

This commit is contained in:
Thomas Klaehn 2016-12-19 16:47:26 +01:00 committed by Thomas Klaehn
parent 4d76bc4e88
commit 371108fd7e

View File

@ -46,7 +46,7 @@ class gate_guard:
def run(self):
if self.__gate_state() == "unknown":
if self.__gate_state.get_state() == "unknown":
self.handle_gate_state()
try: