Skip to content

Commit

Permalink
Merge pull request #2 from MainOliver22/MainOliver22-patch-1
Browse files Browse the repository at this point in the history
Update server.py
  • Loading branch information
MainOliver22 authored Nov 26, 2023
2 parents 986077f + f175938 commit 54535b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import uvicorn
from main import app

if __name__ == "__main__":
if __uvicorn__ == "__app__":
uvicorn.run(app, host="0.0.0.0", port=8181)

0 comments on commit 54535b9

Please sign in to comment.