Skip to content

Commit

Permalink
Update DNS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alpkeskin authored Nov 23, 2020
1 parent 913329c commit 127ee08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/DNS.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from bs4 import BeautifulSoup
import requests
from prettytable import PrettyTable
from modules.bcolors import bcolors
from insides.bcolors import bcolors

def DNS(mail,_verbose=None):
if _verbose != None:
Expand All @@ -16,4 +16,4 @@ def DNS(mail,_verbose=None):
dnstable.add_row([soup])
print(dnstable)
except:
print("Service Error! { DNS Lookup}")
print(f"{bcolors.FAIL}Service Error! [ DNS Lookup ]{bcolors.ENDC}")

0 comments on commit 127ee08

Please sign in to comment.