Skip to content
Snippets Groups Projects
Commit 2abe42c2 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Fix import issue

parent 42bd415d
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ app = Application(urls, debug=ROUTER_DEBUG_MODE)
def start_server(app, port):
from tornado.ioloop import IOLoop
from tornado.options import enable_pretty_logging
from tornado.log import enable_pretty_logging
enable_pretty_logging()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment