From b7239a9ce47595771090408fda5477fb1af675db Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:12:10 +0800 Subject: [PATCH] fix spaces --- arena.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arena.py b/arena.py index 935037b3..a7bc6eb4 100644 --- a/arena.py +++ b/arena.py @@ -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"""