From 41be3ab70e6766370fcdd40af2d30efa36cbbcb9 Mon Sep 17 00:00:00 2001 From: eli fessler Date: Sat, 8 Jun 2024 15:49:17 +0900 Subject: [PATCH] revert #183 hotfix (no longer needed) --- s3s.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/s3s.py b/s3s.py index 365244e..94ccc3d 100755 --- a/s3s.py +++ b/s3s.py @@ -885,8 +885,6 @@ def prepare_job_result(job, ismonitoring, isblackout, overview_data=None, prevre if job["bossResult"]: try: payload["king_salmonid"] = utils.b64d(job["bossResult"]["boss"]["id"]) - if payload["king_salmonid"] == 30: - payload["king_salmonid"] = "rengo" except KeyError: print("Could not send unsupported King Salmonid data to stat.ink. You may want to delete & re-upload this job later.")