2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-27 20:53:28 +00:00

Use new method of running async in nodeattrib

This commit is contained in:
Jarrod Johnson
2026-01-23 20:32:21 -05:00
parent b0647275df
commit 76efea7c44

View File

@@ -160,5 +160,5 @@ async def main():
sys.exit(exitcode)
if __name__ == '__main__':
asyncio.get_event_loop().run_until_complete(main())
asyncio.run(main())