diff options
Diffstat (limited to 'module/plugins/accounts/OverLoadMe.py')
-rw-r--r-- | module/plugins/accounts/OverLoadMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/OverLoadMe.py b/module/plugins/accounts/OverLoadMe.py index 1c72f39bd..1f12fde83 100644 --- a/module/plugins/accounts/OverLoadMe.py +++ b/module/plugins/accounts/OverLoadMe.py @@ -47,5 +47,5 @@ class OverLoadMe(MultiAccount): data = json.loads(jsondata) - if data['err'] == 1: + if data['err'] is 1: self.fail_login() |