0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

remove useless line

This commit is contained in:
2025-09-10 19:46:27 +02:00
parent 501151d647
commit a431984e97

View File

@@ -430,10 +430,6 @@ def main():
result = "reload"
if result == "reload": play_loop = False
except KeyboardInterrupt:
logger.info("Player stopped by user")
procman.stop_all()
except Exception as e:
logger.error(f"Unexpected error: {e}")
procman.stop_all()