mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-13 07:06:58 +00:00
The name APP_DIR suggests the path is a directory, but it's not. Signed-off-by: Jakub Sokołowski <jakub@status.im>
8 lines
128 B
Python
8 lines
128 B
Python
import logging
|
|
import os
|
|
|
|
LOG_LEVEL = logging.INFO
|
|
UPDATE_VP_ON_FAIL = False
|
|
DEV_BUILD = False
|
|
AUT_PATH = os.getenv('AUT_PATH')
|