dotfighter / torshammer

Tor's hammer. Slow post DDOS tool written in python.
Other
321 stars 182 forks source link

error #9

Open HellCat806 opened 4 years ago

HellCat806 commented 4 years ago

D:\Failai\Torshammer>torshammer.py -h File "D:\Failai\Torshammer\torshammer.py", line 78 print term.BOL+term.UP+term.CLEAR_EOL+"Posting: %s" % p+term.NORMAL ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(term.BOL+term.UP+term.CLEAR_EOL+"Posting: %s" % p+term.NORMAL)?

ItsLeon15 commented 2 years ago

Torshammer needs Python 2.7. If you don't want to install Python 2.7 then you can change all the print terms to print(). Example below

Python 2.7 = print "Hello" Python 3.9 = print("Hello")

darkie-1 commented 1 year ago

didnt work for me