mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
Add PROXY_LOG_FILE to globals
This commit is contained in:
parent
cedf3b58d6
commit
4e861802c0
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ PNG_CACHE = os.path.join(_DATADIR, "cache/png")
|
|||
LRU_CACHE = os.path.join(_DATADIR, "cache/lru")
|
||||
|
||||
LOG_FILE = os.path.join(_LOGDIR, 'main.log')
|
||||
PROXY_LOG_FILE = os.path.join(_LOGDIR, 'proxy.log')
|
||||
|
||||
MISSING_TRANSLATION_LOG = os.path.join(_LOGDIR, 'missing-translation/%s.log')
|
||||
|
||||
ALIASES = os.path.join(MYDIR, "share/aliases")
|
||||
|
|
Loading…
Reference in a new issue