format+fix
Some checks failed
deploy / deploy (push) Failing after 1m7s

This commit is contained in:
2023-11-14 21:25:55 +03:00
parent 4f3a0dc788
commit 4ecdc08dfc
6 changed files with 20 additions and 21 deletions

View File

@@ -56,6 +56,4 @@ def exception_handler(_et, exc, _tb):
if __name__ == "__main__":
sys.excepthook = exception_handler
uvicorn.run(
"main:app", host="0.0.0.0", port=PORT, proxy_headers=True, server_header=True
)
uvicorn.run("main:app", host="0.0.0.0", port=PORT, proxy_headers=True, server_header=True)