mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-21 20:44:56 +00:00
Fix APK download
This commit is contained in:
parent
6e4c7a47b5
commit
8e0ce2dafd
@ -640,7 +640,6 @@ class GooglePlayAPI(object):
|
||||
params = {'ot': str(offerType),
|
||||
'doc': packageName,
|
||||
'vc': str(versionCode)}
|
||||
self.log(packageName)
|
||||
response = self.session.post(PURCHASE_URL, headers=headers,
|
||||
params=params, verify=ssl_verify,
|
||||
timeout=60,
|
||||
|
Loading…
Reference in New Issue
Block a user