From 2e4166f4e5486e8a5442a13b75534c94cc1c47e1 Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Sat, 27 Jan 2018 19:15:45 +0100 Subject: [PATCH] locale and timezone should be mandatory arguments --- gpapi/googleplay.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpapi/googleplay.py b/gpapi/googleplay.py index 2ac18ab..5dbc960 100644 --- a/gpapi/googleplay.py +++ b/gpapi/googleplay.py @@ -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