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

Commit

Permalink
New game version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Toosi committed Apr 21, 2022
1 parent 9b54277 commit bc7c56c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_new_match():
def return_match_results(match_index, results):
log(f'Sending results of match #{match_index} back')
sent = False
retries = 5
retries = 2
while not sent and retries > 0:
retries -= 1
response = r.post(f'{config.server_url}/match-results', json={
Expand Down
2 changes: 1 addition & 1 deletion public_image/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
codequest22==1.0.1
codequest22==1.0.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests
boto3
codequest22==1.0.1
codequest22==1.0.2
pytz

0 comments on commit bc7c56c

Please sign in to comment.