Fariddwi commited on
Commit
b7db4de
1 Parent(s): 13b3201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -45,7 +45,3 @@ async def penilaian(data_request: RequestBody):
45
  return JSONResponse({
46
  "errors": "Please contact your administrator"
47
  }, status_code=status.HTTP_500_INTERNAL_SERVER_ERROR)
48
-
49
-
50
- if __name__ == "__main__":
51
- uvicorn.run(app, host="localhost", port=53640)
 
45
  return JSONResponse({
46
  "errors": "Please contact your administrator"
47
  }, status_code=status.HTTP_500_INTERNAL_SERVER_ERROR)