Skip to content

Commit c7726d0

Browse files
author
codervibe
committed
增加私有地址的 查询输出
1 parent 334dd25 commit c7726d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/IPAddressQuery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def main():
114114
else:
115115
ip_query = ip_json['query']
116116
ip_message = ip_json['message']
117-
print(f"查询的IP:{ip_query}\n归属地为: {ip_message} 也就是一个私有地址")
117+
print(f"查询的IP:{ip_query}\n归属地为: {ip_message}")
118118

119119
if args.version:
120120
print(json.dumps(ip_json, indent=4))

0 commit comments

Comments
 (0)