This commit is contained in:
MMaker 2025-01-31 19:00:47 -05:00
parent 005993ea94
commit 44348773e2
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2

2
app.py
View File

@ -23,7 +23,7 @@ except FileNotFoundError:
s = requests.Session()
s.headers.update({
"User-Agent": "Googlebot/2.1"
"User-Agent": "Twitterbot/1.0"
})
s.cookies = cookie_jar # type: ignore