Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nullt3r committed Apr 20, 2022
1 parent 8ebf1e6 commit c8a94b4
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions jfscan/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,13 @@ def main():
logger.level = logging.ERROR
else:
logger.level = logging.INFO
print(
f"""\033[38;5;63m
_____________
/ / ____/ ___/_________ _____
__ / / /_ \__ \/ ___/ __ `/ __ \\
/ /_/ / __/ ___/ / /__/ /_/ / / / /
\____/_/ /____/\___/\__,_/_/ /_/ \033[0m
\033[97mversion: {CURRENT_VERSION} / author: @nullt3r\033[0m
""")
print(f"""\033[38;5;63m
___,__, _, _,_ , ,
',| '|_,(_, / '|\ |\ |
(_| | _)'\_ |-\ |'\|
' ' `' `' ` \033[0m
\033[97mversion: {CURRENT_VERSION} / author: @nullt3r\033[0m
""")

if arguments.resolvers is not None:
user_resolvers = arguments.resolvers.split(",")
Expand Down

0 comments on commit c8a94b4

Please sign in to comment.