Update app.py
Browse files
app.py
CHANGED
@@ -22,11 +22,6 @@ def get_backlinks(api_login, api_key, target_url, filters):
|
|
22 |
}
|
23 |
}
|
24 |
|
25 |
-
st.text("Making API Call:")
|
26 |
-
st.text(f"API URL: {api_url}")
|
27 |
-
st.text(f"Headers: {headers}")
|
28 |
-
st.text(f"Post Data: {post_data}")
|
29 |
-
|
30 |
# Making the API request
|
31 |
response = requests.post("https://api.dataforseo.com/v3/backlinks/backlinks/live", json=post_data, headers=headers)
|
32 |
|
|
|
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 |
|