summaryrefslogtreecommitdiffstats
path: root/module/plugins/Account.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/Account.py')
-rw-r--r--module/plugins/Account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Account.py b/module/plugins/Account.py
index 8c400f6e5..1d625f669 100644
--- a/module/plugins/Account.py
+++ b/module/plugins/Account.py
@@ -151,7 +151,7 @@ class Account():
return choice(usable)
def canUse(self):
- return True if self.selectAccount() else False
+ return False if self.selectAccount() == (None, None) else True
def parseTraffic(self, string): #returns kbyte
string = string.strip().lower()