Skip to content

Commit

Permalink
refactor(gui.main): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral committed Oct 26, 2024
1 parent afca66f commit c071a1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
runtime = rpp.Runtime(9222)
steam = rpp.Steam()
manager = rpp.Manager(runtime=runtime, steam=steam, dev_mode=False)
manager.run_main()
app = app.App(manager, runtime, browser)
app.protocol("WM_DELETE_WINDOW", app.on_exit)
app.mainloop()

0 comments on commit c071a1b

Please sign in to comment.