diff options
author | spoob <spoob@gmx.de> | 2009-06-18 15:16:47 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-18 15:16:47 +0200 |
commit | a66fbfd2b39bcd98967c439060951e63e0532c0a (patch) | |
tree | dd4b693423b4e448055a6146f81d98882477519f /module/download_thread.py | |
parent | worked on gigasize.com Plugin (diff) | |
download | pyload-a66fbfd2b39bcd98967c439060951e63e0532c0a.tar.xz |
fixed some bugs
Diffstat (limited to 'module/download_thread.py')
-rw-r--r-- | module/download_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/download_thread.py b/module/download_thread.py index f8cad7846..f7aa2ecb1 100644 --- a/module/download_thread.py +++ b/module/download_thread.py @@ -91,7 +91,7 @@ class Download_Thread(threading.Thread): return False sleep(1) if status.filename == "": - pyfile.get_filename() + status.filename = pyfile.get_filename() status.want_reconnect = False |