Compare commits
1 Commits
1cb02d637b
...
14c28c05dd
| Author | SHA1 | Date | |
|---|---|---|---|
| 14c28c05dd |
@@ -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"""
|
||||||
|
|||||||
Reference in New Issue
Block a user