ipwndfu
ipwndfu copied to clipboard
SyntaxError: Missing parentheses in call to 'print'
hello i downloaded this repo locally and i tried the ipwndfu -p command, but this is what i get
print 'USAGE: ipwndfu [options]'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('USAGE: ipwndfu [options]')?
@darkicekeel the code is Python 2, you'll need to install a Py 2 env for it or modify the code on your end to be compatible with Python 3.x
thnx for the hint
Not a problem!