fix: fix workflow

This commit is contained in:
IgorVolochay
2025-03-08 21:44:06 +03:00
parent 90939d2634
commit b58ed47247
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ async def comment(comment_info: AddCommentBody,
async def main():
config = uvicorn.Config("main:app", port=5000, log_level="debug",)
config = uvicorn.Config("main:app", port=5000, log_level="debug")
server = uvicorn.Server(config)
await server.serve()