fix a bug

This commit is contained in:
Amazing_DM
2020-07-17 10:55:41 +08:00
parent e665850fc9
commit a779295525

View File

@@ -87,7 +87,7 @@ namespace Netch.Utils
if (DnsResult != null)
{
Country = databaseReader.Country(Hostname).Country.IsoCode;
Country = databaseReader.Country(DnsResult).Country.IsoCode;
}
else
{