ipwndfu
ipwndfu copied to clipboard
Error when running ./ipwndfu -p
It comes out with this when I try to run it. "print 'USAGE: ipwndfu [options]' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?"
Its because its calling 'Print' and not print(...) so its trying to use python2 feature 'Print'. In python3 is uses the print(...) i do not know how to fix it... would be great if someone would help.
Its because its calling 'Print' and not print(...) so its trying to use python2 feature 'Print'. In python3 is uses the print(...) i do not know how to fix it... would be great if someone would help.
I try to adapt to python3