mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
gui cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user