summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/MyfastfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/MyfastfileCom.py')
-rw-r--r--module/plugins/hooks/MyfastfileCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/MyfastfileCom.py b/module/plugins/hooks/MyfastfileCom.py
index 07731f1c2..0cf2c6c22 100644
--- a/module/plugins/hooks/MyfastfileCom.py
+++ b/module/plugins/hooks/MyfastfileCom.py
@@ -21,7 +21,7 @@ class MyfastfileCom(MultiHoster):
def getHoster(self):
- json_data = getURL('http://myfastfile.com/api.php?hosts', decode=True)
+ json_data = getURL("http://myfastfile.com/api.php", get={'hosts': ""}, decode=True)
self.logDebug("JSON data", json_data)
json_data = json_loads(json_data)