mirror of
https://github.com/adulau/mmdb-server.git
synced 2024-11-07 11:36:24 +00:00
chg: [log] remove old debug
This commit is contained in:
parent
9ce8603f33
commit
dbbcbe8cdf
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ for mmdb_file in mmdb_files:
|
||||||
meta['nb_nodes'] = meta['reader'].metadata().node_count
|
meta['nb_nodes'] = meta['reader'].metadata().node_count
|
||||||
mmdbs.append(meta)
|
mmdbs.append(meta)
|
||||||
|
|
||||||
print(mmdbs)
|
|
||||||
def validIPAddress(IP: str) -> bool:
|
def validIPAddress(IP: str) -> bool:
|
||||||
try:
|
try:
|
||||||
type(ip_address(IP))
|
type(ip_address(IP))
|
||||||
|
|
Loading…
Reference in a new issue