0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 14:13:55 +01:00

remove main call

This commit is contained in:
Kuba
2025-10-19 10:08:47 +02:00
parent 8b49b9f48b
commit d8384f3515

View File

@@ -301,5 +301,4 @@ def main():
logger.error(f"Unexpected error: {e}") logger.error(f"Unexpected error: {e}")
procman.stop_all() procman.stop_all()
raise raise
finally: procman.stop_all() finally: procman.stop_all()
main()