added some help

This commit is contained in:
Devaev Maxim
2019-02-10 04:14:28 +03:00
parent d603a216a3
commit 9d13982a51
3 changed files with 16 additions and 7 deletions

View File

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