Skip to content

Commit

Permalink
Added bacon (OnePlus 1) as default device
Browse files Browse the repository at this point in the history
Signed-off-by: Domenico Iezzi <[email protected]>
  • Loading branch information
Domenico Iezzi committed Oct 13, 2017
1 parent b6e3474 commit 2ab7ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpapi/googleplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ def uploadDeviceConfig(self):
headers=headers, verify=ssl_verify)
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.
For first time login you should provide:
* email
Expand Down

0 comments on commit 2ab7ce0

Please sign in to comment.