horacio9a / chaturbate-anonymous

More variants of anonymous python27 scripts for chaturbate.com
36 stars 12 forks source link

what is #1

Closed p1020119 closed 4 years ago

p1020119 commented 7 years ago

File "cb.py", line 22 print ' =>',(num+1),value[:-1] ^ SyntaxError: invalid syntax

horacio9a commented 7 years ago

In just uploaded version v.1.0.4 line 22 is: print " =>",(num+1),value[:-1] I'm not sure it will help. Try also this version of line 22: print (" =>",(num+1),value[:-1]) ... maybe help?