Skip to content

Commit

Permalink
Added dnstwist.devnull helper variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Sep 8, 2023
1 parent 088c9ec commit 0e685e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnstwist.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def encode(domain):
else:
FG_RND = FG_YEL = FG_CYA = FG_BLU = FG_RST = ST_BRI = ST_CLR = ST_RST = ''

devnull = os.devnull


def domain_tld(domain):
try:
Expand Down

0 comments on commit 0e685e4

Please sign in to comment.