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

bugs are hiding

This commit is contained in:
KubaPro010
2025-11-13 17:16:07 +01:00
parent b863d3c124
commit a6778af514

View File

@@ -208,6 +208,7 @@ class RadioPlayer:
try: global_args, parsed = self.parser.parse(playlist_path)
except Exception as e:
self.logger.info(f"Exception ({e}) while parsing playlist, retrying in 15 seconds...")
traceback.print_exc(file=self.logger.output)
time.sleep(15)
return