Skip to content

Commit 3e999ff

Browse files
authored
Update instagramcallback.py
1 parent 9f2631b commit 3e999ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/instagramcallback.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
password = 'password'
1616

1717
response = requests.post(
18-
'https://scraper-api.smartproxy.com/v1/task',
18+
'https://scraper-api.smartproxy.com/v2/task',
1919
headers = headers,
2020
json = task_params,
2121
auth = (username, password)
2222
)
23-
print(response.text)
23+
print(response.text)

0 commit comments

Comments
 (0)