gui cleanup

This commit is contained in:
Vxrtrauter
2025-10-11 21:39:12 +02:00
parent 77343e6300
commit 92a6fbc9b5
2 changed files with 18 additions and 21 deletions
+2 -3
View File
@@ -58,7 +58,6 @@ def send_notification(shutdown_event):
message = f"{download.name} has finished downloading.",
timeout = 4
)
except Exception as e:
if state.debug:
print("Notification thread error:", e)
except Exception:
pass
time.sleep(5)