Skip to content

Commit 08730a1

Browse files
authored
Merge pull request #179 from BCSDLab/fix/config_root
fix: config 경로 수정
2 parents 1dcf130 + 3e146c4 commit 08730a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crawling/koreatech_article/convert_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import urllib3
33
import uuid
44

5-
from crawling.config import MYSQL_CONFIG
5+
from config import MYSQL_CONFIG
66
from table import upload_txt
77

88

0 commit comments

Comments
 (0)