fix aria2 process killing completely (cross-platform)

This commit is contained in:
Vxrtrauter
2025-10-12 01:07:53 +02:00
parent f358d5462f
commit 0537bc23e3
4 changed files with 15 additions and 3 deletions
-1
View File
@@ -13,7 +13,6 @@ def download_selected(item, posts, post_titles):
print(f"network {item.text()}")
run_thread(threading.Thread(target=run_download, args=(item.text(), posts, post_titles)))
else:
if state.debug:
print("No item selected for download.")