Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Turn debug mode off
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Toosi committed May 31, 2023
1 parent b33fd6f commit 3e11f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
GCS_DIR = "game-communication-system/src"
CLIENTS_FILE_ADDRESS = "_cq-gcs-clients.json"
MATCH_TIMEOUT_SECONDS = 12 * 60
DEBUG = True
DEBUG = False


def run_gcs(match):
Expand Down

0 comments on commit 3e11f35

Please sign in to comment.