Skip to content

Commit

Permalink
Raise worker version to 237 (also server side)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed May 7, 2024
1 parent fa38966 commit 7209a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/fishtest/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
according to the route/URL mapping defined in `__init__.py`.
"""

WORKER_VERSION = 236
WORKER_VERSION = 237


def validate_request(request):
Expand Down
2 changes: 1 addition & 1 deletion worker/sri.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"__version": 236, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "6+uEiLrveb452zembFH3erS4psr6m57/DXLVa7nXiO1zogUAy9AH5b9qFpsidmaJ", "games.py": "U9tidRvT37Rq3e0FByhHWLTV9p+4nfj5+c0W1wtHCseP7b58rxrlTrz6W6LQvsu1"}
{"__version": 237, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "SZXQEuoQG97IqizDgOrsEuzOl2P5hGbkAqpCaU1tiIp86pz2tq8xevf9T3Ei89zn", "games.py": "KqvcMhLOyArHNTWpD6QAx+IFdZwg8aTRcvGf7eN5kn31V5a+G9Y7137hnrtFGy3K"}
2 changes: 1 addition & 1 deletion worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Several packages are called "expression".
# So we make sure to use the locally installed one.

WORKER_VERSION = 236
WORKER_VERSION = 237
FILE_LIST = ["updater.py", "worker.py", "games.py"]
HTTP_TIMEOUT = 30.0
INITIAL_RETRY_TIME = 15.0
Expand Down

0 comments on commit 7209a4c

Please sign in to comment.