mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-09-27 03:36:53 -05:00
revert #183 hotfix (no longer needed)
This commit is contained in:
2
s3s.py
2
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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user