Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Sep 9, 2024
1 parent 68b10ab commit 011f2e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datagather_modules/crawl_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def whois_gather(short_domain):
try:
logging.info('WHOIS INFO GATHERING: OK')
w = whois.whois(short_domain)
print(w)
if w.org is None:
w['org'] = 'n/a'
logging.info('WHOIS INFO GATHERING: OK')
Expand Down

0 comments on commit 011f2e1

Please sign in to comment.