Skip to content

Commit 434bfce

Browse files
committed
config: Change file name and path
1 parent f367d7f commit 434bfce

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# 설정 불러오기
1616
def load_config():
17-
config_file = 'models/models.ini'
17+
config_file = 'config.ini'
1818
parser = configparser.ConfigParser()
1919
parser.read(config_file, encoding='utf-8')
2020

0 commit comments

Comments
 (0)