chore: use correct variable in default config template

This commit is contained in:
Anastasiya Semenkevich 2024-06-04 09:44:28 +03:00 committed by Anastasiya
parent 225fe15464
commit c016333aad
1 changed files with 1 additions and 1 deletions

View File

@ -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)"