mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47: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__":
|
||||
uvicorn.run("main:app", debug=True, reload=True)
|
||||
uvicorn.run("main:app", reload=True)
|
||||
|
||||
Reference in New Issue
Block a user