mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-07-27 21:27:52 -05:00
fix call to custom_key_exists()
This commit is contained in:
parent
678cd46361
commit
36c8ca6ca6
2
s3s.py
2
s3s.py
|
|
@ -1001,7 +1001,7 @@ def monitor_battles(which, secs, isblackout, istestrun):
|
|||
cookies=dict(_gtoken=GTOKEN))
|
||||
result = json.loads(result_post.text)
|
||||
|
||||
if False and utils.custom_key_exists("ignore_private"): # TODO - how to check for SR private battles?
|
||||
if False and utils.custom_key_exists("ignore_private", CONFIG_DATA): # TODO - how to check for SR private battles?
|
||||
pass
|
||||
else:
|
||||
outcome = "Clear" if result["data"]["coopHistoryDetail"]["resultWave"] == 0 else "Defeat"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user