mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
Jakub Sokołowski
8362b93734
They are Python files, changing their file extension is a bad idea. Signed-off-by: Jakub Sokołowski <jakub@status.im>
7 lines
101 B
Python
7 lines
101 B
Python
import logging
|
|
|
|
LOG_LEVEL = logging.DEBUG
|
|
UPDATE_VP_ON_FAIL = False
|
|
DEV_BUILD = False
|
|
APP_DIR = None
|