Skip to content

Commit

Permalink
change on log for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmr2701 committed May 29, 2024
1 parent 65bc9e3 commit 58abfef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ async def startup_event():
print(f"[Error!] FATAL ERROR! | {e}")
raise

print(f"Deployment Test Comlpete with no erors\n")

if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8000) # This bootstraps the FastAPI
print(f"Deployment Test Comlpete with no erors\n")




Expand Down

0 comments on commit 58abfef

Please sign in to comment.