mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-25 05:49:28 +00:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
import logging
|
|
|
|
LOG_LEVEL = logging.DEBUG
|
|
UPDATE_VP_ON_FAIL = False
|
|
DEV_BUILD = False
|
|
APP_DIR = None
|