TwitchKIT icon indicating copy to clipboard operation
TwitchKIT copied to clipboard

Not working.

Open 0xc01 opened this issue 7 years ago • 2 comments
trafficstars

root@tools:~# python TwitchKIT.py File "TwitchKIT.py", line 132 for x in range(1,looping) ^ SyntaxError: invalid syntax

0xc01 avatar Jul 22 '18 01:07 0xc01

@0xc01 use python 2 if using 3 or python 3 if using 2 that usually due to wrong version

ghost avatar Jan 04 '19 20:01 ghost

just add ":" for x in range(1,looping):

5l1v3r1 avatar Apr 27 '20 05:04 5l1v3r1