Skip to content

Commit

Permalink
changing folder save location
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Apr 13, 2024
1 parent 9e38819 commit 07c480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyclashbot/bot/do_fight_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
get_first_location,
)

yolo_images_save_path = r'C:\My Files\my Programs\YOYO_PYCB\images'
yolo_images_save_path = r"C:\My Files\my Programs\clash_fight_images"

CLOSE_BATTLE_LOG_BUTTON: tuple[Literal[365], Literal[72]] = (365, 72)
# coords of the cards in the hand
Expand Down

0 comments on commit 07c480e

Please sign in to comment.