summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/RehostToHook.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/RehostToHook.py')
-rw-r--r--module/plugins/hooks/RehostToHook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/RehostToHook.py b/module/plugins/hooks/RehostToHook.py
index 58367e241..7bb27e820 100644
--- a/module/plugins/hooks/RehostToHook.py
+++ b/module/plugins/hooks/RehostToHook.py
@@ -20,7 +20,7 @@ class RehostToHook(MultiHook):
def get_hosters(self):
- user, data = self.account.select()
+ user, info = self.account.select()
html = self.load("http://rehost.to/api.php",
get={'cmd' : "get_supported_och_dl",
'long_ses': self.account.get_data(user)['session']})