client.py - remove "callback"

This commit is contained in:
TrueTechy 2019-09-07 23:03:38 +01:00
commit 86e44c6a8a
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ class WSClient(threading.Thread):
if not self.client.config.data['app.default']:
data['ServerId'] = self.client.auth.server_id
self.client['callback_ws'](message['MessageType'], data)
self.client.callback(message['MessageType'], data)
def stop_client(self):