summaryrefslogtreecommitdiffstats
path: root/Plugins/ZshareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/ZshareNet.py')
-rw-r--r--Plugins/ZshareNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/ZshareNet.py b/Plugins/ZshareNet.py
index 39ec34658..33667605f 100644
--- a/Plugins/ZshareNet.py
+++ b/Plugins/ZshareNet.py
@@ -16,7 +16,7 @@ class ZshareNet(Plugin):
props['description'] = """Zshare.net 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, None]
self.html_old = None #time() where loaded the HTML
@@ -69,4 +69,4 @@ class ZshareNet(Plugin):
def wait_until(self):
if self.html[0] == None:
self.download_html()
- return self.time_plus_wait \ No newline at end of file
+ return self.time_plus_wait