temporarily disable notifications because of bug

This commit is contained in:
2025-10-10 23:10:09 +02:00
parent 12f7712af3
commit 223dcd9a4c
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -47,9 +47,9 @@ if __name__ == "__main__":
if state.debug:
print("Starting Aria2 Server")
state.aria2process = run_aria2server()
run_thread(threading.Thread(target=send_notification))
signal.signal(signal.SIGINT, keyboardinterrupthandler)
atexit.register(kill_aria2server)
# run_thread(threading.Thread(target=send_notification))
if state.debug:
print("Launching GUI")
run_gui()