2 Commits

Author SHA1 Message Date
1cb02d637b Shipping v0.4.2 2019-11-02 17:13:13 +01:00
448d0ce6ef Fix exception bug 2019-11-02 17:12:41 +01:00

View File

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