1
0
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:
Athanasius 2021-11-06 14:56:57 +00:00
parent 6bec46be4e
commit 7bf564d3b3
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -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"):