docker container for daemons
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ async def run_enabled_from_config() -> None:
|
||||
if not daemons:
|
||||
print("No enabled daemons found in config")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
await asyncio.gather(*(d.run() for d in daemons))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user