From 4b2b2e1d5795477eb4c27d3ca55e04d3458f1218 Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 27 Jun 2025 11:55:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=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 e4a341e..05437c9 100644 --- a/data/weather_capture.py +++ b/data/weather_capture.py @@ -6,7 +6,7 @@ from selenium.webdriver.support import expected_conditions as EC from datetime import datetime import os import time -import tempfileimport tempfile +import tempfile from selenium import webdriver from selenium.webdriver.chrome.options import Options