e is an unused variable. Safe to remove
This commit is contained in:
parent
963aef19e0
commit
5361c6f243
|
@ -216,7 +216,7 @@ def serve(host, port, request_handler, before_start=None, after_start=None,
|
||||||
|
|
||||||
try:
|
try:
|
||||||
http_server = loop.run_until_complete(server_coroutine)
|
http_server = loop.run_until_complete(server_coroutine)
|
||||||
except Exception as e:
|
except Exception:
|
||||||
log.exception("Unable to start server")
|
log.exception("Unable to start server")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user