Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jul 28, 2024
1 parent 5ed4880 commit 93348f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def run_gui(self) -> None:
warnings = apply_window_defaults()
from .client_gui import start_gui
start_gui(self, warnings)
self.ui.json_to_kivy_parser = SC2JSONtoKivyParser(self)
self.ui.json_to_kivy_parser = SC2JSONtoKivyParser()

async def shutdown(self) -> None:
await super(SC2Context, self).shutdown()
Expand Down

0 comments on commit 93348f0

Please sign in to comment.