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:
parent
192c47f979
commit
1744450652
1 changed files with 3 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue