From 3e146c4d7422efe659b57e808249250d810c8eff Mon Sep 17 00:00:00 2001 From: Choon0414 Date: Mon, 15 Sep 2025 16:20:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20config=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crawling/koreatech_article/convert_content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawling/koreatech_article/convert_content.py b/crawling/koreatech_article/convert_content.py index 6148306..95e344f 100644 --- a/crawling/koreatech_article/convert_content.py +++ b/crawling/koreatech_article/convert_content.py @@ -2,7 +2,7 @@ import urllib3 import uuid -from crawling.config import MYSQL_CONFIG +from config import MYSQL_CONFIG from table import upload_txt