cmd/whatsmyip.py

2 lines
75 B
Python

from voussoirkit import networktools
print(networktools.get_external_ip())