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')
|
||||
return False
|
||||
|
||||
if found_device.staus == Device.Status.NOT_ACTIVE:
|
||||
found_device.staus = Device.Status.ACTIVE
|
||||
if found_device.status == Device.Status.NOT_ACTIVE:
|
||||
found_device.status = Device.Status.ACTIVE
|
||||
found_device.save()
|
||||
|
||||
user_connections = self.get_user_connections_by_email(login)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue