mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-04-25 08:08:00 -05:00
Merge pull request #183 from gecko655/hotfix-post-rengo
Use "rengo" keyword to upload triumvirate "オカシラ連合" salmonrun result
This commit is contained in:
commit
cccfb24a02
2
s3s.py
2
s3s.py
|
|
@ -885,6 +885,8 @@ 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.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user