You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
toml
This commit is contained in:
@@ -989,8 +989,4 @@ def main():
|
||||
|
||||
config = Config(custom_playlist_file=args.playlist)
|
||||
app = Application(config)
|
||||
return app.run()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
exit(main())
|
||||
exit(app.run())
|
||||
Reference in New Issue
Block a user