automatic choosing journald services

This commit is contained in:
Devaev Maxim
2018-11-17 11:20:10 +03:00
parent 0bf39f56e2
commit 43f161f9c4
5 changed files with 11 additions and 27 deletions

View File

@@ -22,10 +22,7 @@ def main() -> None:
loop = asyncio.get_event_loop()
http_session = aiohttp.ClientSession(loop=loop)
log = Log(
services=list(config["log"]["services"]),
loop=loop,
)
log = Log(loop)
hid = Hid(
reset=int(config["hid"]["pinout"]["reset"]),