Skip to content

Commit

Permalink
fix-banner-characters (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsoltz committed Mar 11, 2024
1 parent 932a105 commit ef45640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def print_banner(banners=True):
print(
r" "
+ color["BOLD"]
+ "__ /|_/ /_ _ \ __/ __ `/_ /_/ /_ / / /_ __ \\"
+ "__ /|_/ /_ _ \\ __/ __ ``/_ /_/ /_ / / /_ __ \\"
+ color["END"]
)
print(
Expand All @@ -325,7 +325,7 @@ def print_banner(banners=True):
print(
r" "
+ color["BOLD"]
+ "/_/ /_/ \___/\__/ \__,_/ /_/ /_/ \__,_/ /_.___/ "
+ "/_/ /_/ \\___/\\__/ \\__,_/ /_/ /_/ \\__,_/ /_.___/ "
+ color["END"]
)
print(
Expand Down

0 comments on commit ef45640

Please sign in to comment.