Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Sep 21, 2023
1 parent 490c885 commit b7239a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arena.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ def clear_anvil(self) -> None:
anvil_msg: str = ocr.get_text(screenxy=screen_coords.ANVIL_MSG_POS.get_coords(), scale=3, psm=13,
whitelist=ocr.ALPHABET_WHITELIST)
if anvil_msg == 'ChooseOne':
print('clear anvil')
mk_functions.left_click(screen_coords.BUY_LOC[2].get_coords())
print('clear anvil')
mk_functions.left_click(screen_coords.BUY_LOC[2].get_coords())

def place_items(self) -> None:
"""Iterates through items and tries to add them to champion"""
Expand Down

0 comments on commit b7239a9

Please sign in to comment.