fix: OneDriveFileStorage下载文件的文件名与上传时不一致的问题

This commit is contained in:
Do1e
2023-08-19 20:20:01 +08:00
parent bc780208c4
commit c38ffe3916
3 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -70,4 +70,4 @@ async def index():
if __name__ == '__main__':
import uvicorn
uvicorn.run(app='main:app', host="0.0.0.0", port=12345, reload=False, workers=1)
uvicorn.run(app='main:app', host="0.0.0.0", port=settings.port, reload=False, workers=1)