You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user