kensvin commited on
Commit
784859f
·
1 Parent(s): 36210ea

fix response

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def request_product_id(shop_domain, product_key):
87
 
88
  response = requests.post(ENDPOINT, headers=headers, json=payload)
89
  response.raise_for_status()
90
- logger.info(response)
91
  return response
92
 
93
  # payload = {
 
87
 
88
  response = requests.post(ENDPOINT, headers=headers, json=payload)
89
  response.raise_for_status()
90
+ logger.info(response.text)
91
  return response
92
 
93
  # payload = {