mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 17:54:01 +00:00
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
import logging
|
|
|
|
LOG_LEVEL = logging.DEBUG
|
|
DEV_BUILD = False
|
|
APP_DIR = None
|