Mbonea commited on
Commit
69d4494
·
1 Parent(s): 5236daa

print content

Browse files
Files changed (1) hide show
  1. App/Android/Android.py +1 -0
App/Android/Android.py CHANGED
@@ -125,6 +125,7 @@ class AndroidClient:
125
  print(data)
126
  response = await self.client.post("/send_message", json=data)
127
  x = response.content
 
128
  if response.status_code < 200 or response.status_code >= 300:
129
  return response
130
  else:
 
125
  print(data)
126
  response = await self.client.post("/send_message", json=data)
127
  x = response.content
128
+ print(x)
129
  if response.status_code < 200 or response.status_code >= 300:
130
  return response
131
  else: