mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 17:59:43 +02:00
fix aria2 process killing completely (cross-platform)
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user