mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Added proxy config to userProfile request
This commit is contained in:
parent
df4300c7df
commit
f7d2077d78
@ -335,7 +335,8 @@ class GooglePlayAPI(object):
|
||||
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 != "":
|
||||
|
Loading…
Reference in New Issue
Block a user