[common] update UA

This commit is contained in:
Mort Yao 2019-07-25 23:08:23 +08:00
parent c617e68efa
commit d3d397178f
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -144,7 +144,7 @@ fake_headers = {
'Accept-Charset': 'UTF-8,*;q=0.5', 'Accept-Charset': 'UTF-8,*;q=0.5',
'Accept-Encoding': 'gzip,deflate,sdch', 'Accept-Encoding': 'gzip,deflate,sdch',
'Accept-Language': 'en-US,en;q=0.8', 'Accept-Language': 'en-US,en;q=0.8',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0', # noqa 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0', # noqa
} }
if sys.stdout.isatty(): if sys.stdout.isatty():