File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def flipkart_offers():
8
8
url = 'https://affiliate-api.flipkart.net/affiliate/offers/v1/dotd/json'
9
9
headers = {
10
10
'Fk-Affiliate-Id' : 'shubhamgr1' ,
11
- 'Fk-Affiliate-Token' : 'd6935b0e76604db383d6421eda50a0ea '
11
+ 'Fk-Affiliate-Token' : '0364458d8d3a4c51a3d13b2192eaea58 '
12
12
}
13
13
14
14
r = requests .get (url , headers = headers )
@@ -33,7 +33,7 @@ def flipkart_search(query):
33
33
url = 'https://affiliate-api.flipkart.net/affiliate/search/json?query=' + str (query ) + '&resultCount=30'
34
34
headers = {
35
35
'Fk-Affiliate-Id' : 'shubhamgr1' ,
36
- 'Fk-Affiliate-Token' : 'd6935b0e76604db383d6421eda50a0ea '
36
+ 'Fk-Affiliate-Token' : '0364458d8d3a4c51a3d13b2192eaea58 '
37
37
}
38
38
39
39
r = requests .get (url , headers = headers )
You can’t perform that action at this time.
0 commit comments