summaryrefslogtreecommitdiffstats
path: root/Plugins/UploadedTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/UploadedTo.py')
-rw-r--r--Plugins/UploadedTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/UploadedTo.py b/Plugins/UploadedTo.py
index ba1487abe..8df8db110 100644
--- a/Plugins/UploadedTo.py
+++ b/Plugins/UploadedTo.py
@@ -17,7 +17,7 @@ class UploadedTo(Plugin):
props['description'] = """Uploaded.to Download Plugin"""
props['author_name'] = ("spoob")
props['author_mail'] = ("spoob@pyload.org")
- self.plugin_config = props
+ self.props = props
self.parent = parent
self.html = None
self.html_old = None #time() where loaded the HTML
@@ -71,4 +71,4 @@ class UploadedTo(Plugin):
def wait_until(self):
if self.html == None:
self.download_html()
- return self.time_plus_wait \ No newline at end of file
+ return self.time_plus_wait