1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Subscribers review

This commit is contained in:
topilski 2019-10-07 00:30:12 -04:00
parent 192c47f979
commit 1744450652

View file

@ -139,7 +139,9 @@ class SubscribersServiceManager(ServiceManager, IClientHandler):
pass
def _handle_server_get_client_info(self, client, resp: Response):
pass
if resp.is_message():
client.client_info = resp.result
logging.info('Client info: {0}'.format(resp.result))
def _handle_activate_device(self, client, cid: str, params: dict) -> bool:
login = params[Subscriber.EMAIL_FIELD]