robinhad commited on
Commit
d507805
·
verified ·
1 Parent(s): 5338f9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ async def translate(
90
  raise HTTPException(
91
  status_code=400, detail={"message": "Missing required parameters"}
92
  )
93
-
94
  data = await request.json()
95
  strings = data.get("strings", [])
96
 
 
90
  raise HTTPException(
91
  status_code=400, detail={"message": "Missing required parameters"}
92
  )
93
+ print(await request.text)
94
  data = await request.json()
95
  strings = data.get("strings", [])
96