mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-12-30 03:00:19 +00:00
fixed variable name
This commit is contained in:
parent
d43fba3c8f
commit
55f83e8ab0
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class StateMachine(object):
|
|||
|
||||
def reset(self):
|
||||
# TODO need to lock before calling this?
|
||||
self.transition(self.__current_state, self._default_state)
|
||||
self.transition(self.__current_state, self.__default_state)
|
||||
|
||||
|
||||
def _set_state(self, state): #unsynchronized, only call internally after lock is acquired
|
||||
|
|
Loading…
Reference in a new issue