summaryrefslogtreecommitdiffstats
path: root/module/plugins/Plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r--module/plugins/Plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py
index 5b3c7ee8c..011f0e8f5 100644
--- a/module/plugins/Plugin.py
+++ b/module/plugins/Plugin.py
@@ -96,8 +96,8 @@ class Plugin():
self.download_html()
return self.time_plus_wait
- def proceed(self, url, location):
- self.req.download(url, location)
+ def proceed(self, url, location, folder=""):
+ self.req.download(url, location, folder)
def set_config(self):
pass