1 Commits

Author SHA1 Message Date
7bcf492322 Fix exception bug 2019-11-02 17:35:13 +01:00

View File

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