Spaces:
Sleeping
Sleeping
Update data_integration.py
Browse files- 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 |
-
'
|
|
|
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 |
|