mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 04:44:59 +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)
|
||||
|
||||
resObj = googleplay_pb2.ResponseWrapper.FromString(response.content)
|
||||
print(resObj)
|
||||
if resObj.commands.displayErrorMessage != "":
|
||||
raise DecodeError(resObj.commands.displayErrorMessage)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user