From: Christian Heller Date: Wed, 10 Apr 2019 00:02:11 +0000 (+0200) Subject: Send initial GET_GAMESTATE command from client. X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=commitdiff_plain;h=88bb64ff4ad07e53f7a6b4e3ec9226ee52ac59a2 Send initial GET_GAMESTATE command from client. --- diff --git a/new/example_client.py b/new/example_client.py index aa0a307..5443546 100755 --- a/new/example_client.py +++ b/new/example_client.py @@ -608,6 +608,7 @@ class TUI: write_mode = False for w in top_widgets: w.ensure_freshness(True) + self.socket.send('GET_GAMESTATE') while True: # Draw screen.