diff options
author | spoob <spoob@gmx.de> | 2009-06-18 15:05:25 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-18 15:05:25 +0200 |
commit | b82662e8c9ac9ff0047f75a04f350dc880eb330f (patch) | |
tree | 037c5d1784a0321da92e75c3cfd3ee4f2957ea60 /module/download_thread.py | |
parent | plugin for gigasize (diff) | |
download | pyload-b82662e8c9ac9ff0047f75a04f350dc880eb330f.tar.xz |
worked on gigasize.com Plugin
Diffstat (limited to 'module/download_thread.py')
-rw-r--r-- | module/download_thread.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/download_thread.py b/module/download_thread.py index f68cfedd7..f8cad7846 100644 --- a/module/download_thread.py +++ b/module/download_thread.py @@ -90,6 +90,8 @@ class Download_Thread(threading.Thread): status.want_reconnect = False return False sleep(1) + if status.filename == "": + pyfile.get_filename() status.want_reconnect = False |