Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import requests
|
|
| 3 |
import json
|
| 4 |
|
| 5 |
OXYLABS_ENDPOINT = 'https://realtime.oxylabs.io/v1/queries'
|
| 6 |
-
OXYLABS_AUTH = ('
|
| 7 |
|
| 8 |
def get_product_details(asin, domain):
|
| 9 |
payload = {
|
|
|
|
| 3 |
import json
|
| 4 |
|
| 5 |
OXYLABS_ENDPOINT = 'https://realtime.oxylabs.io/v1/queries'
|
| 6 |
+
OXYLABS_AUTH = ('antonces', 'APIusertest23')
|
| 7 |
|
| 8 |
def get_product_details(asin, domain):
|
| 9 |
payload = {
|