2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-30 14:13:29 +00:00

Fix passing of args in handoff to async

This commit is contained in:
Jarrod Johnson
2026-03-20 10:56:18 -04:00
parent 53c2ace620
commit 36bf03d65c

View File

@@ -277,9 +277,9 @@ def migrate_db():
def run(args):
asyncio.run(asyncrun())
asyncio.run(asyncrun(args))
async def asyncrun():
async def asyncrun(args):
setlimits()
try:
configmanager.ConfigManager(None)