Skip to content

Commit 6ec43ea

Browse files
committed
Add caching path
1 parent 89c884b commit 6ec43ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Trading/config/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
HISTORY_CACHE_PATH = TMP_PATH.joinpath("history_cache/")
2828
RANGING_STOCKS_PATH = TMP_PATH.joinpath("ranging_stocks/")
2929
ALERTS_PATH = CURRENT_FILE_PATH.joinpath("../live/alert/alert.json")
30+
CACHING_PATH = TMP_PATH.joinpath("caching")

0 commit comments

Comments
 (0)