mirror of
https://github.com/xcat2/confluent.git
synced 2026-02-15 04:08:59 +00:00
Use new method of running async in nodeattrib
This commit is contained in:
@@ -160,5 +160,5 @@ async def main():
|
||||
sys.exit(exitcode)
|
||||
|
||||
if __name__ == '__main__':
|
||||
asyncio.get_event_loop().run_until_complete(main())
|
||||
asyncio.run(main())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user