emmamartins / Python-ip_vpn_checker

pytonik IP and VPN checker Module checks visitors/audiences proxy, sock, and VPN IP address
GNU General Public License v3.0
3 stars 1 forks source link

bug in windows and pyhton3 #2

Open meir555 opened 3 years ago

meir555 commented 3 years ago

Windows 10 Python 3.9.0

>>> from pytonik_ip_vpn_checker.ip import ip
>>> ip.vpn().ip

Result:

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    ip.vpn().ip
TypeError: vpn() missing 1 required positional argument: 'self'
shayanalibhatti commented 3 years ago

do ip().vpn().ip even though it still didnt detect openconnect VPN even when it was connected :/