Skip to content

Commit 16bf3f9

Browse files
authored
Update daily_quotes_scheduler.py
1 parent 38fe624 commit 16bf3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/schedule/daily_quotes_scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_watchlist_symbols():
1414
# 프로젝트 루트 디렉토리의 watchlist.txt 파일을 찾기
1515
import os
1616
current_dir = os.path.dirname(os.path.abspath(__file__))
17-
project_root = os.path.dirname(current_dir)
17+
project_root = os.path.dirname(os.path.dirname(current_dir))
1818
watchlist_path = os.path.join(project_root, "watchlist.txt")
1919

2020
with open(watchlist_path, "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)