This commit is contained in:
Mariusz B. / mgeeky 2021-10-27 02:55:06 +02:00
parent 2f9ab8de70
commit 784eec6781

View File

@ -111,6 +111,7 @@ except ImportError:
[!] You need to install packaging: [!] You need to install packaging:
# pip3 install packaging # pip3 install packaging
''') ''')
sys.exit(1)
try: try:
import dns.resolver import dns.resolver
@ -124,7 +125,6 @@ except ImportError:
# pip3 uninstall dnspython # pip3 uninstall dnspython
# pip3 install dnspython # pip3 install dnspython
''') ''')
sys.exit(1) sys.exit(1)
options = { options = {