From 3f0b6ff8c8fec82b3b175f68b4fbf6b726bf8597 Mon Sep 17 00:00:00 2001 From: itqop Date: Wed, 23 Oct 2024 02:51:25 +0300 Subject: [PATCH] Fix typo --- app/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.py b/app/main.py index 8c0c7d6..f8bef04 100644 --- a/app/main.py +++ b/app/main.py @@ -52,7 +52,5 @@ async def global_exception_handler(request: Request, exc: Exception): if __name__ == "__main__": uvicorn.run( "app.main:app", - host="0.0.0.0", - port=8082, loop="uvloop" ) \ No newline at end of file