Skip to content

Commit 15423fa

Browse files
committed
update user agent
1 parent aca45e9 commit 15423fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/packtpub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init_headers(self):
3030
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
3131
'Accept-Encoding': 'gzip, deflate',
3232
'Connection': 'keep-alive',
33-
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'
33+
'User-Agent': 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36'
3434
}
3535

3636
def __log_response(self, response, method='GET', detail=False):

0 commit comments

Comments
 (0)