This commit is contained in:
Mint 2022-08-24 11:38:44 +03:00
parent 11df2bc511
commit 827b201748

View file

@ -4,7 +4,7 @@ import sqlite3
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
headers = { headers = {
"user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0"
} }