diff --git a/app.py b/app.py index e1000ba..f80008f 100644 --- a/app.py +++ b/app.py @@ -38,6 +38,7 @@ class Game: for p in self.action_stack.keys(): current_actions += [(p, self.action_stack[p][i])] print("actions in step {}: {}".format(i, ["robot {} action {}".format(c[0], c[1]) for c in current_actions])) + time.sleep(1) #self.comm_socket.send()