mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Added bacon (OnePlus 1) as default device
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
b6e3474a79
commit
2ab7ce09c6
@ -137,7 +137,8 @@ class GooglePlayAPI(object):
|
|||||||
headers=headers, verify=ssl_verify)
|
headers=headers, verify=ssl_verify)
|
||||||
googleplay_pb2.ResponseWrapper.FromString(res.content)
|
googleplay_pb2.ResponseWrapper.FromString(res.content)
|
||||||
|
|
||||||
def login(self, email=None, password=None, gsfId=None, authSubToken=None, device_codename='angler'):
|
def login(self, email=None, password=None, gsfId=None,
|
||||||
|
authSubToken=None, device_codename='bacon'):
|
||||||
"""Login to your Google Account.
|
"""Login to your Google Account.
|
||||||
For first time login you should provide:
|
For first time login you should provide:
|
||||||
* email
|
* email
|
||||||
|
Loading…
Reference in New Issue
Block a user