Skip to content

Commit

Permalink
locale and timezone should be mandatory arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenico Iezzi committed Jan 27, 2018
1 parent 454db35 commit 2e4166f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gpapi/googleplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class GooglePlayAPI(object):

proxies_config = None

def __init__(self, debug=False, device_codename='bacon',
locale=None, timezone=None,
def __init__(self, locale, timezone, debug=False, device_codename='bacon',
proxies_config=None):
self.authSubToken = None
self.gsfId = None
Expand Down

0 comments on commit 2e4166f

Please sign in to comment.