mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Removed debug string
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
2a8ec84fc7
commit
582b544070
@ -417,7 +417,6 @@ class GooglePlayAPI(object):
|
|||||||
params=params, verify=ssl_verify)
|
params=params, verify=ssl_verify)
|
||||||
|
|
||||||
resObj = googleplay_pb2.ResponseWrapper.FromString(response.content)
|
resObj = googleplay_pb2.ResponseWrapper.FromString(response.content)
|
||||||
print(resObj)
|
|
||||||
if resObj.commands.displayErrorMessage != "":
|
if resObj.commands.displayErrorMessage != "":
|
||||||
raise DecodeError(resObj.commands.displayErrorMessage)
|
raise DecodeError(resObj.commands.displayErrorMessage)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user