Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/IO-module' of https://github.com/corail-research/s…
Browse files Browse the repository at this point in the history
…eahorse into feat/IO-module
RevenMyst committed Jul 28, 2023
2 parents fff7b16 + 1ad780d commit 1ee743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seahorse/game/master.py
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ async def play_game(self) -> List[Player]:
#return self.winner
#print(self.current_game_state.get_rep())
#print(self.current_game_state)
await asyncio.sleep(1)
await asyncio.sleep(.1)
await self.emitter.sio.emit(
"play",
json.dumps(self.current_game_state.to_json(),default=lambda x:x.to_json()),

0 comments on commit 1ee743f

Please sign in to comment.