mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Typo
This commit is contained in:
parent
d6ff721dec
commit
7aa405296a
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ class SubscribersServiceManager(ServiceManager, IClientHandler):
|
||||||
client.login_fail(cid, 'Device not found')
|
client.login_fail(cid, 'Device not found')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if found_device.staus == Device.Status.NOT_ACTIVE:
|
if found_device.status == Device.Status.NOT_ACTIVE:
|
||||||
found_device.staus = Device.Status.ACTIVE
|
found_device.status = Device.Status.ACTIVE
|
||||||
found_device.save()
|
found_device.save()
|
||||||
|
|
||||||
user_connections = self.get_user_connections_by_email(login)
|
user_connections = self.get_user_connections_by_email(login)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue