Skip to content

Commit

Permalink
lnt.
Browse files Browse the repository at this point in the history
  • Loading branch information
amit lissack committed Oct 22, 2021
1 parent 20070e5 commit 12fff3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ async def run_emulator_server(host: str, port: int, emulator: AbstractEmulator)
log.info(f"Starting {emulator.__class__.__name__} at {host}:{port}")
server = await asyncio.start_server(ConnectionHandler(emulator), host, port)
await server.serve_forever()

0 comments on commit 12fff3b

Please sign in to comment.