diff --git a/werewolf/game.py b/werewolf/game.py index 9451034..a4793a6 100644 --- a/werewolf/game.py +++ b/werewolf/game.py @@ -276,7 +276,7 @@ class Game: # Need a loop here to wait for trial to end (can_vote?) while self.ongoing_vote: - asyncio.sleep(5) + await asyncio.sleep(5) if check(): return