CORVO-AI commited on
Commit
5514121
·
verified ·
1 Parent(s): c895ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -19,7 +19,9 @@ headers = {
19
  "Sec-Fetch-User ": "?1",
20
  "Upgrade-Insecure-Requests": "1",
21
  "Host": "you.com",
22
- "User -Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
 
 
23
 
24
  }
25
 
 
19
  "Sec-Fetch-User ": "?1",
20
  "Upgrade-Insecure-Requests": "1",
21
  "Host": "you.com",
22
+ "User -Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
23
+ "Accept-Language": "en-US,en;q=0.9",
24
+ "Referer": "https://you.com/"
25
 
26
  }
27