Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhartigan committed Mar 24, 2022
1 parent 24d0409 commit d5ce7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
websockets==9.1
requests==2.26.0
valclient==2.28
websockets==9.1
psutil==5.8.0
requests==2.26.0
python-dotenv==0.19.2
2 changes: 1 addition & 1 deletion server/src/client_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SERVER_VERSION = "1.0.0b3"

# debug settings
IS_TEST_BUILD = True # directs to the test client appdata directory
IS_TEST_BUILD = False # directs to the test client appdata directory

DEBUG = False # prints all log messages to console

Expand Down

0 comments on commit d5ce7d4

Please sign in to comment.