e is an unused variable. Safe to remove

This commit is contained in:
pcdinh 2016-10-23 19:38:28 +07:00
parent 963aef19e0
commit 5361c6f243

View File

@ -216,7 +216,7 @@ def serve(host, port, request_handler, before_start=None, after_start=None,
try:
http_server = loop.run_until_complete(server_coroutine)
except Exception as e:
except Exception:
log.exception("Unable to start server")
return