Skip to content
Snippets Groups Projects
Commit ac19cf04 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed debug prints

parent cdd7eddd
No related branches found
No related tags found
No related merge requests found
......@@ -67,5 +67,5 @@ if __name__ == "__main__":
else:
http_server = WSGIServer((SERVER_SETTINGS["listen"], SERVER_SETTINGS["port"]), app)
print('Listening on {}:{}...'.format(SETTINGS['listen'], SETTINGS['port']))
print('Listening on {}:{}...'.format(SERVER_SETTINGS['listen'], SERVER_SETTINGS['port']))
http_server.serve_forever()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment