Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teward committed Jun 20, 2021
1 parent d16fbf3 commit e4be200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommands.py
Expand Up @@ -2344,7 +2344,7 @@ def dnscheck(domain) -> str:
:return: A comparison of domain data if data doesn't match, or "No discrepancy"
"""
# Initialize Google resolver
google = dns.resolver.Resolve(configure=False)
google = dns.resolver.Resolver(configure=False)
google.nameservers = ['8.8.8.8', '8.8.4.4']
google.cache = None

Expand Down

0 comments on commit e4be200

Please sign in to comment.