Skip to content

Commit

Permalink
Merge pull request #855 from danielzhang2001/DanielsBranch
Browse files Browse the repository at this point in the history
debugging for synchronize
  • Loading branch information
danielzhang2001 authored Sep 2, 2024
2 parents 1d520b7 + 35fd4b2 commit 0c2631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showdown/replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def process_poison(
print("in synchronize!")

# Check the previous action to verify status condition
if "-status" in actions and ("tox" in actions or "psn" in actions):
if "-status" in action and ("tox" in action or "psn" in action):
sync_match = re.search(
r"\|p(\d)a: ([^\|\n]+)\|ability: Synchronize\n|-status\|p(\d)a: ([^\|\n]+)",
action,
Expand Down

0 comments on commit 0c2631c

Please sign in to comment.