diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-04 23:31:45 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-04 23:31:45 +0200 |
commit | a6e9a846137688bd7e5b1dea61e41831324ba3a7 (patch) | |
tree | c0942954b31a70edced99a036a09e8f0ec074dd2 /Plugins/Plugin.py | |
parent | added buggy Zippyshare.com Download Plugin, fixed gettext bug (diff) | |
download | pyload-a6e9a846137688bd7e5b1dea61e41831324ba3a7.tar.xz |
request fix
Diffstat (limited to 'Plugins/Plugin.py')
-rw-r--r-- | Plugins/Plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/Plugin.py b/Plugins/Plugin.py index fdf33d3f8..c58976cd4 100644 --- a/Plugins/Plugin.py +++ b/Plugins/Plugin.py @@ -22,8 +22,8 @@ class Plugin(): self.props = props self.parent = parent self.req = Request() - self.html = None - self.time_plus_wait = None #time() + wait in seconds + self.html = 0 + self.time_plus_wait = 0 #time() + wait in seconds self.want_reconnect = False self.multi_dl = True |