Skip to content

Commit

Permalink
Fix syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Nov 2, 2019
1 parent 6b48a26 commit 20095af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threads/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def collect(self, map_name, store_path):
self.debug('Checking for screen change')
if self.monitor_game_screen(tolerance=2.5, screen=screen, timeout=1, wait_after_timeout=False):
# check for fight
if self.game_version != GameVersion.Retro && self.wait_for_box_appear(box_name='Fight Button', timeout=1):
if self.game_version != GameVersion.Retro and self.wait_for_box_appear(box_name='Fight Button', timeout=1):
self.wait()
self.log('Fight detected! human help wanted..', LogType.Error)
else:
Expand Down

0 comments on commit 20095af

Please sign in to comment.