Archived
1
0
Fork 0

fix string

This commit is contained in:
多羅狼 2023-03-18 20:21:31 +08:00 committed by GitHub
parent 4f411953b4
commit 1fab5176dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -3,9 +3,6 @@ import os
import whois import whois
iso = json.load(open(os.path.dirname(os.path.abspath(
__file__)) + './iso.json', 'r', encoding='utf-8'))
async def check_domain(domain: str): async def check_domain(domain: str):
return whois.whois(domain) return whois.whois(domain)

View file

@ -1,7 +1,7 @@
{ {
"whois.help": "查詢 IP 的 WHOIS 資訊", "whois.help": "查詢 IP 的 WHOIS 資訊",
"whois.message.real_ip": "實際 IP", "whois.message.real_ip": "實際 IP",
"whois.message.type": "類型:", "whois.message.type": "類型",
"whois.message.postal_code": "郵編:", "whois.message.postal_code": "郵編:",
"whois.message.location": "位置:", "whois.message.location": "位置:",
"whois.message.organization": "機構:", "whois.message.organization": "機構:",