mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
creds file -> config file
This commit is contained in:
parent
c653055134
commit
f199292aba
5 changed files with 70 additions and 49 deletions
6
misc/cvars.py
Normal file
6
misc/cvars.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from contextvars import ContextVar
|
||||
|
||||
import nio
|
||||
|
||||
config: ContextVar[dict] = ContextVar("config")
|
||||
matrix_client: ContextVar[nio.AsyncClient] = ContextVar("matrix_client")
|
||||
Loading…
Add table
Add a link
Reference in a new issue