From a66fbfd2b39bcd98967c439060951e63e0532c0a Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 18 Jun 2009 15:16:47 +0200 Subject: fixed some bugs --- module/download_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/download_thread.py') 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 -- cgit v1.2.3