mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-09-27 11:46:23 -05:00
fix typo in fetching challenge results
This commit is contained in:
4
s3s.py
4
s3s.py
@@ -819,8 +819,8 @@ def prepare_battle_result(battle, ismonitoring, isblackout, overview_data=None):
|
||||
## CHALLENGES ##
|
||||
################
|
||||
if mode == "LEAGUE":
|
||||
payload["event"] = battle["myTeam"]["leagueMatch"]["leagueMatchEvent"]["id"] # send in Base64
|
||||
payload["event_power"] = battle["myTeam"]["leagueMatch"]["myLeaguePower"]
|
||||
payload["event"] = battle["leagueMatch"]["leagueMatchEvent"]["id"] # send in Base64
|
||||
payload["event_power"] = battle["leagueMatch"]["myLeaguePower"]
|
||||
# luckily no need to look at overview screen for any info
|
||||
|
||||
## MEDALS ##
|
||||
|
||||
Reference in New Issue
Block a user