remove-uvcorn
Some checks failed
Deploy on Push / deploy (push) Failing after 6s

This commit is contained in:
Untone 2024-05-06 12:01:51 +03:00
parent 8133d0030f
commit e4cd4bcc2d

View File

@ -78,7 +78,3 @@ routes = [
app = Starlette(debug=True, routes=routes) app = Starlette(debug=True, routes=routes)
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=PORT)