ashok2216 commited on
Commit
01060ba
·
verified ·
1 Parent(s): 98a8080

Update data_integration.py

Browse files
Files changed (1) hide show
  1. data_integration.py +2 -1
data_integration.py CHANGED
@@ -7,7 +7,8 @@ custom_headers = {
7
  "Accept-Encoding": "gzip, deflate, br",
8
  "Cache-Control": "max-age=0",
9
  "Connection": "keep-alive",
10
- 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'
 
11
  }
12
 
13
 
 
7
  "Accept-Encoding": "gzip, deflate, br",
8
  "Cache-Control": "max-age=0",
9
  "Connection": "keep-alive",
10
+ 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8',
11
+ 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'
12
  }
13
 
14