fixed notifications (kinda)

This commit is contained in:
2025-10-11 15:31:31 +02:00
parent b5d944278b
commit e4c50e20df
3 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ if __name__ == "__main__":
state.aria2process = run_aria2server()
signal.signal(signal.SIGINT, keyboardinterrupthandler)
atexit.register(kill_aria2server)
# run_thread(threading.Thread(target=send_notification))
run_thread(threading.Thread(target=send_notification))
if state.debug:
print("Launching GUI")
run_gui()