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:
Kuba
2025-10-13 18:59:45 +02:00
parent 8119a39383
commit 8835128ed8

View File

@@ -140,7 +140,6 @@ def handle_sigint(signum, frame):
exit(0)
signal.signal(signal.SIGINT, handle_sigint)
signal.signal(signal.SIGHUP, handle_sighup) # type: ignore
def load_filelines(path):
try: