programa-stic / snapchat-decrypt

Python script for decrypting stored images from Snapchat version 5.0.34.nn
242 stars 37 forks source link

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

Open adelbaran opened 10 years ago

adelbaran commented 10 years ago

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 ^

xeroxnir commented 10 years ago

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

Ponyboy2024 commented 4 days ago

I apologize, I just recently discovered this app/website and I'm teaching myself as I go. I also didn't realize my algorithms it was available to the public.