Fix exception bug

This commit is contained in:
2019-11-02 17:12:21 +01:00
parent b0caa42ca2
commit 9bb33b6020
3 changed files with 10 additions and 10 deletions

View File

@@ -100,9 +100,7 @@ class GeorideSocket():
if self._on_locked_callback is not None:
self._on_locked_callback(data)
else:
_LOGGER.debug('Lallback is none')
self._initialised = True
self._initialised = True
def connect(self, auth_token):
""" connect to the georide socket"""