From 0b3c5f2ba034af7aca90365d1f32fdf948a0eec2 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 22 Jan 2019 20:15:13 +0100 Subject: [PATCH] Fix the top of the deerstalker https://en.m.wikipedia.org/wiki/Deerstalker --- sherlock.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sherlock.py b/sherlock.py index 0672df9..69512da 100644 --- a/sherlock.py +++ b/sherlock.py @@ -27,8 +27,8 @@ module_name = "Sherlock: Find Usernames Across Social Networks" __version__ = "0.3.0" amount = 0 -BANNER = r""" - ."'"-. +BANNER = r''' + ."""-. / \ ____ _ _ _ | _..--'-. / ___|| |__ ___ _ __| | ___ ___| |__ >.`__.-""\;"` @@ -36,7 +36,7 @@ BANNER = r""" ___) | | | | __/ | | | (_) | (__| < '-`) =|-. |____/|_| |_|\___|_| |_|\___/ \___|_|\_\ /`--.'--' \ .-. .'`-._ `.\ | J / - / `--.| \__/""" + / `--.| \__/'''[1:] # TODO: fix tumblr