summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/SmoozedComHook.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/SmoozedComHook.py')
-rw-r--r--module/plugins/hooks/SmoozedComHook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/SmoozedComHook.py b/module/plugins/hooks/SmoozedComHook.py
index 6b9b688ff..b9825b223 100644
--- a/module/plugins/hooks/SmoozedComHook.py
+++ b/module/plugins/hooks/SmoozedComHook.py
@@ -20,5 +20,5 @@ class SmoozedComHook(MultiHook):
def get_hosters(self):
- user, data = self.account.select()
+ user, info = self.account.select()
return self.account.get_data(user)['hosters']