diff --git a/app/main.py b/app/main.py index fbb3730..8bdc775 100644 --- a/app/main.py +++ b/app/main.py @@ -35,4 +35,7 @@ async def unauthorized_redirect_handler(request: Request, exc: Exception): if __name__ == "__main__": + print("Save") + print("Render") uvicorn.run("app.main:app", host=get_settings().app_host, port=get_settings().app_port, reload=get_settings().env.lower()!="production") +