mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
chg: Updated user agent
This commit is contained in:
parent
c981c4be8f
commit
b66ef99227
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ def get_apks(appstate):
|
||||||
|
|
||||||
session = req.Session()
|
session = req.Session()
|
||||||
session.headers.update(
|
session.headers.update(
|
||||||
{'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0'})
|
{'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'})
|
||||||
|
|
||||||
for app in build_config:
|
for app in build_config:
|
||||||
# Check if we need to build an app
|
# Check if we need to build an app
|
||||||
|
|
Loading…
Reference in a new issue