mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-31 00:09:16 +02:00
remove useless line
This commit is contained in:
@@ -430,10 +430,6 @@ def main():
|
|||||||
result = "reload"
|
result = "reload"
|
||||||
|
|
||||||
if result == "reload": play_loop = False
|
if result == "reload": play_loop = False
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
|
||||||
logger.info("Player stopped by user")
|
|
||||||
procman.stop_all()
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Unexpected error: {e}")
|
logger.error(f"Unexpected error: {e}")
|
||||||
procman.stop_all()
|
procman.stop_all()
|
||||||
|
|||||||
Reference in New Issue
Block a user