mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
Jakub Sokołowski
5d8d7aaa39
The name APP_DIR suggests the path is a directory, but it's not. Signed-off-by: Jakub Sokołowski <jakub@status.im>
7 lines
102 B
Python
7 lines
102 B
Python
import logging
|
|
|
|
LOG_LEVEL = logging.DEBUG
|
|
UPDATE_VP_ON_FAIL = False
|
|
DEV_BUILD = False
|
|
AUT_PATH = None
|