diff --git a/worker/games.py b/worker/games.py index d2242ab23..45f1b3f72 100644 --- a/worker/games.py +++ b/worker/games.py @@ -959,7 +959,10 @@ def parse_cutechess_output( else: if not response["task_alive"]: # This task is no longer necessary - print("Server told us task is no longer needed") + print( + "The server told us that no more games are needed for this task. " + "Moving to the next task." + ) return False update_succeeded = True num_games_updated = num_games_finished @@ -991,7 +994,10 @@ def launch_cutechess( if not req["task_alive"]: # This task is no longer necessary - print("Server told us task is no longer needed") + print( + "The server told us that no more games are needed for this task. " + "Moving to the next task." + ) return False result["spsa"] = { diff --git a/worker/sri.txt b/worker/sri.txt index cd47c0d96..f644d24a1 100644 --- a/worker/sri.txt +++ b/worker/sri.txt @@ -1 +1 @@ -{"__version": 206, "updater.py": "PHFUVXcoxBFiW2hTqFN5q5WdAw2pK8uzFC7hyMUC3cLY5bGZPhL8TBGThtqDmcXd", "worker.py": "R8rJ4c9ZQTbuSu80ayVyMs7D6/TOVR5qMn6R04XCsBp4BTkCKXfy7hSrpMaLa0nX", "games.py": "D+5sFwptbwAhvn+VM4oHyRwqUPfGUWLQPFbWHA/uK77rTUsU/r49gBMjjz6k5Ncq"} +{"__version": 206, "updater.py": "PHFUVXcoxBFiW2hTqFN5q5WdAw2pK8uzFC7hyMUC3cLY5bGZPhL8TBGThtqDmcXd", "worker.py": "R8rJ4c9ZQTbuSu80ayVyMs7D6/TOVR5qMn6R04XCsBp4BTkCKXfy7hSrpMaLa0nX", "games.py": "rrr7hO7D/HUL/YaCZKAxsoMHSU1co+m5hfSs0neaemUphZxklC5Acc6f8Cs8dZFn"}