Skip to content

Commit

Permalink
Rename variable '__name__' from 'cli.py' to 'cli'
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Oct 19, 2024
1 parent 577ab6a commit 9821d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsrecon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__version__ = '1.3.0'
__author__ = 'Carlos Perez, [email protected]'
__name__ = 'cli.py'
__name__ = 'cli'

__doc__ = """
DNSRecon https://www.darkoperator.com
Expand Down

0 comments on commit 9821d20

Please sign in to comment.