mirror of
https://github.com/kennethreitz-archive/musicsaver.git
synced 2026-06-19 15:00:58 +00:00
8 lines
214 B
Python
8 lines
214 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from musicsaver.packages import pyipinfodb
|
|
|
|
api = pyipinfodb.IPInfo('8f3afe018b36e90403e7aecdf16215042ecd3fe3dfb3140de8c2e3685a74f357')
|
|
|
|
print api.GetCity('127.0.0.1') |