0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-09-10 19:38:07 +02:00
parent 5c984b8b95
commit 683168991f

View File

@@ -130,6 +130,7 @@ def handle_sigint(signum, frame):
else:
logger.warning("Force-Quit pending")
procman.stop_all(None)
exit(0)
signal.signal(signal.SIGINT, handle_sigint)