diff options
| author | Fulgen301 <tokmajigeorge@gmailc.om> | 2016-12-22 18:50:20 +0100 |
|---|---|---|
| committer | Fulgen301 <tokmajigeorge@gmailc.om> | 2016-12-22 18:50:20 +0100 |
| commit | 36960f2650d1aa89b44a7c01b0c0e1f6cba5ec85 (patch) | |
| tree | 9cb91ff2e0f40046f8d3c5d79bd0646e93ddcd02 /pycrctrl.pyp | |
| parent | bf9cfdbfacccf956b01775239b0abb5bc7571ec8 (diff) | |
| download | pycrctrl-36960f2650d1aa89b44a7c01b0c0e1f6cba5ec85.tar.gz pycrctrl-36960f2650d1aa89b44a7c01b0c0e1f6cba5ec85.zip | |
Fix property
Diffstat (limited to 'pycrctrl.pyp')
| -rw-r--r-- | pycrctrl.pyp | 2 |
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)) |
