aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pycrctrl.pyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycrctrl.pyp b/pycrctrl.pyp
index 2cd8dce..6204f5d 100644
--- a/pycrctrl.pyp
+++ b/pycrctrl.pyp
@@ -149,7 +149,7 @@ class PyCRCtrl(object):
return self.__state
@state.setter
- def setState(self, text):
+ def state(self, text):
if text in ["Lobby", "Lädt", "Läuft"]:
self.__state = text
self.setTopic("Aktuelles Szenario: {} | {}".format(self.scenario, self.state))