mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
Remove non-existing argument to unicorn.run
This commit is contained in:
@@ -125,4 +125,4 @@ async def startup():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
uvicorn.run("main:app", debug=True, reload=True)
|
uvicorn.run("main:app", reload=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user