mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-05 01:43:16 +03:00
CAPI: ensure config.capi_debug_access_token is bound/set
This commit is contained in:
parent
6bec46be4e
commit
7bf564d3b3
@ -46,7 +46,7 @@ debug_senders: List[str] = []
|
||||
trace_on: List[str] = []
|
||||
|
||||
capi_pretend_down: bool = False
|
||||
capi_debug_access_token: Optional[str]
|
||||
capi_debug_access_token: Optional[str] = None
|
||||
# This must be done here in order to avoid an import cycle with EDMCLogging.
|
||||
# Other code should use EDMCLogging.get_main_logger
|
||||
if os.getenv("EDMC_NO_UI"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user