diff --git a/management/wsgi.py b/management/wsgi.py index 9cf21c4b..1d5a37b8 100644 --- a/management/wsgi.py +++ b/management/wsgi.py @@ -4,4 +4,4 @@ import utils app.logger.addHandler(utils.create_syslog_handler()) if __name__ == "__main__": - app.run(port=10222) \ No newline at end of file + app.run(port=10222)