Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Not started game is not an error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil committed Oct 22, 2020
1 parent 23f16ce commit 3a96db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/tenhou/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def start_game(self):
# sometimes it happens and we need to end process
# and try again later
if self.looking_for_game:
logger.error("Game is not started. Can't find the game")
logger.info("Game is not started. Can't find the game")
self.end_game()
return

Expand Down

0 comments on commit 3a96db2

Please sign in to comment.