diff --git a/gpapi/googleplay.py b/gpapi/googleplay.py index 6182d56..954f4d7 100644 --- a/gpapi/googleplay.py +++ b/gpapi/googleplay.py @@ -335,7 +335,8 @@ def userProfile(self): url = self.FDFE + path response = requests.get(url, headers=headers, verify=ssl_verify, - timeout=60) + timeout=60, + proxies=self.proxies_config) message = googleplay_pb2.UserProfileResponseWrapper.FromString(response.content) if message.commands.displayErrorMessage != "":