Skip to content

Commit

Permalink
Remove leftover from signal handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Torom committed Oct 25, 2023
1 parent 3522369 commit 1c3e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _matchmaking(self) -> None:
print('Starting matchmaking ...')
self.game_manager.start_matchmaking()

def _quit(self, *_) -> None:
def _quit(self) -> None:
self.is_running = False
self.game_manager.stop()
print('Terminating program ...')
Expand Down

0 comments on commit 1c3e84e

Please sign in to comment.