joshuadunlop commited on
Commit
c6de4e2
·
verified ·
1 Parent(s): 32345c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,6 +22,8 @@ def get_backlinks(api_login, api_key, target_url, filters):
22
  }
23
  }
24
 
 
 
25
  # Making the API request
26
  response = requests.post("https://api.dataforseo.com/v3/backlinks/backlinks/live", json=post_data, headers=headers)
27
 
 
22
  }
23
  }
24
 
25
+ st.text(f"Post Data: {post_data}")
26
+
27
  # Making the API request
28
  response = requests.post("https://api.dataforseo.com/v3/backlinks/backlinks/live", json=post_data, headers=headers)
29