Allow @informative in webserver mode

This commit is contained in:
Matthias
2022-01-22 07:11:59 +01:00
parent bb1d8fb54f
commit a43c088448
4 changed files with 19 additions and 5 deletions

View File

@@ -41,6 +41,8 @@ class ApiServer(RPCHandler):
_has_rpc: bool = False
_bgtask_running: bool = False
_config: Dict[str, Any] = {}
# Exchange - only available in webserver mode.
_exchange = None
def __new__(cls, *args, **kwargs):
"""