Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Apr 5, 2024
1 parent 0dd19e0 commit 9645c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def pickup_items() -> None: # Refacor this function to make it more clear whats

def get_champ_carousel(tft_round: str) -> None:
"""Gets a champion from the carousel"""
while tft_round == get_round()[0]:
while tft_round == get_round():
mk_functions.right_click(screen_coords.CAROUSEL_LOC.get_coords())
sleep(0.7)
sleep(3)
Expand Down

0 comments on commit 9645c27

Please sign in to comment.