From 9b61cc26beae7e644be5701fd24158b9e44d81b3 Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 27 Jun 2025 13:12:56 +0900 Subject: [PATCH] =?UTF-8?q?print=20=EB=AC=B8=EA=B5=AC=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/weather_capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/weather_capture.py b/data/weather_capture.py index 07d79b9..6c8b2f9 100644 --- a/data/weather_capture.py +++ b/data/weather_capture.py @@ -69,7 +69,7 @@ try: # 요소 스크린샷 저장 target_element.screenshot(save_path) - print(f'📸 캡처 완료! 저장 위치: {save_path}') + print(f'[캡처 완료] 저장 위치: {save_path}') finally: driver.quit()