snapchat-decrypt icon indicating copy to clipboard operation
snapchat-decrypt copied to clipboard

print p.findall(android_id)[0].strip() syntaxError: invalid syntax

Open adelbaran opened this issue 10 years ago • 1 comments

Please help me with this, I tried several times and the same error at line 58.

print p.findall(android_id)[0].strip() syntaxError: invalid syntax ^

adelbaran avatar Oct 25 '14 10:10 adelbaran

Are you running the script with python3? In python3 they replaced the print statement for a function. The script works using python 2.7.

xeroxnir avatar Oct 25 '14 23:10 xeroxnir