mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
fixed #107
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ class IPAsnInfo(object):
|
||||
result = {"cidr": asn[2], "asn": f'AS{asn[3]} {asn[4]}'}
|
||||
return result
|
||||
else:
|
||||
return None
|
||||
return {"cidr": "", "asn": ""}
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user