summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py2
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