Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Aug 27, 2024
1 parent 2dccdac commit d3ef5b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions linguaphoto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,4 @@ async def root() -> dict[str, str]:

if __name__ == "__main__":
print("Starting webserver...")
uvicorn.run(
app, # Replace with the module name and app instance
host="0.0.0.0",
port=8080,
)
uvicorn.run(app, port=8080, host="0.0.0.0")

0 comments on commit d3ef5b8

Please sign in to comment.