mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +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()
|
args = ap.parse_args()
|
||||||
|
|
||||||
server = GooglePlayAPI(debug=True, locale='it_IT')
|
server = GooglePlayAPI(debug=True, locale='it_IT', timezone='Europe/Rome')
|
||||||
|
|
||||||
# LOGIN
|
# LOGIN
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ gsfId = server.gsfId
|
|||||||
authSubToken = server.authSubToken
|
authSubToken = server.authSubToken
|
||||||
|
|
||||||
print('\nNow trying secondary login with ac2dm token and gsfId saved\n')
|
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)
|
server.login(None, None, gsfId, authSubToken)
|
||||||
|
|
||||||
# SEARCH
|
# SEARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user