0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 06:03:52 +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

@@ -302,4 +302,3 @@ def main():
procman.stop_all() procman.stop_all()
raise raise
finally: procman.stop_all() finally: procman.stop_all()
main()