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()