Update and rename distance.py to location_using_ip_address.py

This commit is contained in:
Tushar Sharma 2018-10-03 02:40:32 +05:30 committed by GitHub
parent d16b6e2107
commit a8f3805c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
import geocoder
g = geocoder.ipinfo('me')
print(g.latlng)