Skip to content

Commit

Permalink
removed the unnecessary banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jul 17, 2019
1 parent 32a3c35 commit b1b5619
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
__version__ = "0.7.0"
amount = 0

BANNER = r'''
."""-.
/ \
____ _ _ _ | _..--'-.
/ ___|| |__ ___ _ __| | ___ ___| |__ >.`__.-""\;"`
\___ \| '_ \ / _ \ '__| |/ _ \ / __| |/ / / /( ^\
___) | | | | __/ | | | (_) | (__| < '-`) =|-.
|____/|_| |_|\___|_| |_|\___/ \___|_|\_\ /`--.'--' \ .-.
.'`-._ `.\ | J /
/ `--.| \__/'''[1:]

# TODO: fix tumblr

global proxy_list

Expand Down Expand Up @@ -438,7 +426,6 @@ def main():

args = parser.parse_args()

print(Fore.WHITE + Style.BRIGHT + BANNER)

# Argument check
# TODO regex check on args.proxy
Expand Down

0 comments on commit b1b5619

Please sign in to comment.