Fix exception bug

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

View File

@@ -100,7 +100,6 @@ class GeorideSocket():
if self._on_locked_callback is not None:
self._on_locked_callback(data)
else:
_LOGGER.debug('Lallback is none')
self._initialised = True