diff --git a/app/main.py b/app/main.py index 19361c6755487a6663b482b358f979f799597b09..b6dc20fb0e63649b3fd5ed919581f64fd02c1277 100644 --- a/app/main.py +++ b/app/main.py @@ -25,5 +25,6 @@ def log_request(): app.logger.info(f"{request.method} {request.path} {request.remote_addr}") +# add user if __name__ == "__main__": app.run(port=8090, host="0.0.0.0", debug=True)