kvmd-htpasswd

This commit is contained in:
Devaev Maxim
2019-02-10 02:46:38 +03:00
parent d743b2780a
commit 8ae714ab3c
8 changed files with 101 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ from .server import Server
# =====
def main() -> None:
config = init()[2].kvmd
config = init("kvmd")[2].kvmd
with gpio.bcm():
loop = asyncio.get_event_loop()