From 07c480e741182dab8a4e4849490bccbb993666e6 Mon Sep 17 00:00:00 2001 From: Matt Main_PC Date: Sat, 13 Apr 2024 15:25:29 -0400 Subject: [PATCH] changing folder save location --- src/pyclashbot/bot/do_fight_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyclashbot/bot/do_fight_state.py b/src/pyclashbot/bot/do_fight_state.py index 5af7abb06..379d40f08 100644 --- a/src/pyclashbot/bot/do_fight_state.py +++ b/src/pyclashbot/bot/do_fight_state.py @@ -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