add accidentally removed cache file reference

This commit is contained in:
Yannik Schmidt
2020-07-26 23:52:44 +02:00
parent 0acdee8507
commit 1015370853

View File

@@ -17,6 +17,7 @@ SECTIONS_DIR = "sections/"
NEWS_DIR = "news/" NEWS_DIR = "news/"
PICTURES_DIR = "pictures/" PICTURES_DIR = "pictures/"
MAIN_LINKS_DIR = "mainLinks/" MAIN_LINKS_DIR = "mainLinks/"
CACHE_FILE = "cache.json"
# json config keys # json config keys
TIMEOUT_RELATIVE = "timeout-relative-weeks" TIMEOUT_RELATIVE = "timeout-relative-weeks"