diff options
author | spoob <spoob@gmx.de> | 2009-08-09 04:48:35 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-09 04:48:35 +0200 |
commit | 69ec3ccdee225f1b8e00542b1dee737a51bdc18b (patch) | |
tree | c1cc43401eb481ec5fed5ddc228a7f7e1f8d59da /Plugins/Plugin.py | |
parent | pyloadCli local switch fix (diff) | |
download | pyload-69ec3ccdee225f1b8e00542b1dee737a51bdc18b.tar.xz |
fixed megaupload bug
Diffstat (limited to 'Plugins/Plugin.py')
-rw-r--r-- | Plugins/Plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/Plugin.py b/Plugins/Plugin.py index 5d7fc8f45..0ff11ecb5 100644 --- a/Plugins/Plugin.py +++ b/Plugins/Plugin.py @@ -62,7 +62,6 @@ class Plugin(): pyfile.status.url = self.get_file_url() pyfile.status.want_reconnect = self.want_reconnect - thread.wait(self.parent) return True |