Skip to content

Commit

Permalink
Update main.py (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Oct 18, 2024
1 parent 56bd060 commit 929694d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linguaphoto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

app.include_router(router, prefix="")

app = ASGIApp(sio, app)
if __name__ == "__main__":
print("Starting webserver...")
uvicorn.run(app, port=8080, host="0.0.0.0")

0 comments on commit 929694d

Please sign in to comment.