diff options
Diffstat (limited to 'pyload/plugin/Account.py')
-rw-r--r-- | pyload/plugin/Account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/Account.py b/pyload/plugin/Account.py index c46eae5e3..f025170b3 100644 --- a/pyload/plugin/Account.py +++ b/pyload/plugin/Account.py @@ -260,7 +260,7 @@ class Account(Base): def canUse(self): - return False if self.selectAccount() == (None, None) else True + return self.selectAccount() != (None, None) def parseTraffic(self, value, unit=None): #: return bytes |