Skip to content

Commit

Permalink
dev: changed signal light for game start
Browse files Browse the repository at this point in the history
  • Loading branch information
nicvagn committed Jun 14, 2024
1 parent 5ba6e5c commit d138d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nicsoft/lichess/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def handle_game_start(
return

# signal game start
nl_inst.signal_lights(3)
nl_inst.signal_lights(6)

logger.info(
"\nhandle_game_start(GameStart) enterd w game_start: \n %s\n", str(game_start)
Expand Down

0 comments on commit d138d69

Please sign in to comment.