Using asyncio.run in input-remapper-reader-service (#731)

pull/773/head
Tobi 11 months ago committed by GitHub
parent 2cb39bedef
commit f23b0a0258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,5 +55,4 @@ if __name__ == '__main__':
atexit.register(on_exit)
groups = _Groups()
reader_service = ReaderService(groups)
loop = asyncio.new_event_loop()
loop.run_until_complete(reader_service.run())
asyncio.run(reader_service.run())

Loading…
Cancel
Save