KURO-CODE / DoxTracker

Simple Doxing Tool
277 stars 106 forks source link

Missing parentheses #5

Open ninjagamer456 opened 3 years ago

ninjagamer456 commented 3 years ago

Everytime I try to run it I get a message saying "print """ ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?" And when i looked at the code all of the print functions were missing parentheses. Fix this.

MrRWordTaken commented 3 years ago

Everytime I try to run it I get a message saying "print """ ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?" And when i looked at the code all of the print functions were missing parentheses. Fix this.

Because you're running the code in python 3 and pretty sure this is meant for python 2 since in it you don't need parentheses in python 2 for print.

VENDABLEPATH commented 2 years ago

DoxTracker.zip I edited all the python 3 changes into this including fixing the raw_input error, hope this helps. Just replace the original DoxTracker.py with this one