Skip to content

Commit

Permalink
Log connections attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
onizucraft committed Nov 14, 2024
1 parent 1608b48 commit 04055c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def new_turn_action(self, turn: game_pb2.NewTurn) -> game_pb2.NewAction:
X=possible_connection[0], Y=possible_connection[1]
),
)
print(f"Creating connection {action}")
bgt = BotGameTurn(turn, action)
self.turn_states.append(bgt)

Expand Down

0 comments on commit 04055c1

Please sign in to comment.