chore: use correct variable in default config template
This commit is contained in:
parent
225fe15464
commit
c016333aad
|
@ -2,5 +2,5 @@ import logging
|
|||
|
||||
LOG_LEVEL = logging.DEBUG
|
||||
DEV_BUILD = False
|
||||
APP_DIR = "path to the application (.app or .AppImage)"
|
||||
AUT_PATH = "path to the application (.app or .AppImage)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue