Skip to content

Commit

Permalink
Update server_config.py
Browse files Browse the repository at this point in the history
Updated the end time for the server
  • Loading branch information
KingPhilip14 authored Jan 21, 2024
1 parent a171dc8 commit 63ad030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Config:
__NUMBER_OF_GAMES_AGAINST_SAME_TEAM: int = 1
__SLEEP_TIME_SECONDS_BETWEEN_RUNS: int = 150
__END_DATETIME: str = "2030-01-01 00:00" # Adjust this for every competition!!!!!
__END_DATETIME: str = "2024-01-27 22:30" # Adjust this for every competition!!!!!
__SLEEP_TIME_SECONDS_BETWEEN_VIS: int = 30

@property
Expand Down

0 comments on commit 63ad030

Please sign in to comment.