mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 04:44:59 +00:00
Updated test.py with timezone
This commit is contained in:
parent
24a3e1a09b
commit
149707caab
4
test.py
4
test.py
@ -9,7 +9,7 @@ ap.add_argument('-p', '--password', dest='password', help='google password')
|
||||
|
||||
args = ap.parse_args()
|
||||
|
||||
server = GooglePlayAPI(debug=True, locale='it_IT')
|
||||
server = GooglePlayAPI(debug=True, locale='it_IT', timezone='Europe/Rome')
|
||||
|
||||
# LOGIN
|
||||
|
||||
@ -19,7 +19,7 @@ gsfId = server.gsfId
|
||||
authSubToken = server.authSubToken
|
||||
|
||||
print('\nNow trying secondary login with ac2dm token and gsfId saved\n')
|
||||
server = GooglePlayAPI(debug=True, locale='it_IT')
|
||||
server = GooglePlayAPI(debug=True, locale='it_IT', timezone='Europe/Rome')
|
||||
server.login(None, None, gsfId, authSubToken)
|
||||
|
||||
# SEARCH
|
||||
|
Loading…
Reference in New Issue
Block a user