From 7bf564d3b322eaa9dbe0f0fe3946506f7702f54b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 6 Nov 2021 14:56:57 +0000 Subject: [PATCH] CAPI: ensure config.capi_debug_access_token is bound/set --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 8660397f..702873ee 100644 --- a/config.py +++ b/config.py @@ -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"):