refractor files and improve aria2 process killing, needs improvement

This commit is contained in:
Vxrtrauter
2025-10-11 23:52:25 +02:00
parent 251f9f40de
commit f358d5462f
7 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ def send_notification(shutdown_event):
message = f"{download.name} has finished downloading.",
timeout = 4
)
except Exception:
except Exception as e:
pass
time.sleep(5)