You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried using the APKEnum.py but getting the below error on line 56, I have already installed colors pip package as well using ("pip install bcolors")
File "APKEnum.py", line 56
print bcolors.INFO+bcolors.BOLD+text+bcolors.ENDC+"\n"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(bcolors.INFO+bcolors.BOLD+text+bcolors.ENDC+"\n")?
Can you check the script once again and let me know what needs to be fixed.
The text was updated successfully, but these errors were encountered:
Hi ShivSahni,
I have tried using the APKEnum.py but getting the below error on line 56, I have already installed colors pip package as well using ("pip install bcolors")
File "APKEnum.py", line 56
print bcolors.INFO+bcolors.BOLD+text+bcolors.ENDC+"\n"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(bcolors.INFO+bcolors.BOLD+text+bcolors.ENDC+"\n")?
Can you check the script once again and let me know what needs to be fixed.
The text was updated successfully, but these errors were encountered: