ip2location/ip2trace-python

Invalid sintax

canonex opened this issue · 1 comments

I receive:

$ python ip2trace.py 
  File "ip2trace.py", line 140
    print(" {}  ".format(self.ttl), end="")
                                       ^
SyntaxError: invalid syntax

Thank you,
Riccardo

Python 3 is required.
Depending on OS you may want to...

$ python3 ip2trace.py ...