Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-08-24 03:56:11 +08:00 committed by GitHub
parent 7e9bdb501d
commit ab4092467b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ async def get_whois(msg, domain):
except:
await msg.finish(msg.locale.t("whois.message.error.get_failed"))
name_servers = list(set([i.lower() for i in info['name_servers']))
name_servers = list(set([i.lower() for i in info['name_servers']]))
return f'''\
{msg.locale.t('whois.message.domain_name')}{info['domain_name'][1]}{f"""