Arts-of-coding commited on
Commit
67aaae5
1 Parent(s): f03d458

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -55,4 +55,4 @@ external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
55
  if __name__ == "__main__":
56
  server = FastAPI()
57
  server.mount("/dashboard1", WSGIMiddleware(dashboard1.server))
58
- uvicorn.run(server, host="0.0.0.0")
 
55
  if __name__ == "__main__":
56
  server = FastAPI()
57
  server.mount("/dashboard1", WSGIMiddleware(dashboard1.server))
58
+ app.run(server, host="0.0.0.0")