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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user