Skip to content

Commit

Permalink
removendo comentarios
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfernandesj committed Sep 23, 2024
1 parent a53e87e commit bd619a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,3 @@
@app.get("/")
def read_root():
return {"message": "UnB-TV!"}

# if __name__ == '__main__':
# port = 8080
# if (len(sys.argv) == 2):
# port = sys.argv[1]

uvicorn.run('main:app', reload=True, port=int(port), host="0.0.0.0")

0 comments on commit bd619a0

Please sign in to comment.