Skip to content

Commit

Permalink
Update ascii_banner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose authored Feb 13, 2024
1 parent 710fc9a commit b509289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ascii_banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
if int(os.environ.get('NO_COLOR', 0)) == 1:
ASCII_BANNER = _BANNER
else:
ASCII_BANNER = f"{DARK_BLUE}{_BANNER_SECTION_1}{DARK_PURPLE}{_BANNER_SECTION_2}{DARK_RED}{BANNER_SECTION_3}{END}"
ASCII_BANNER = f"{DARK_BLUE}{_BANNER_SECTION_1}{DARK_PURPLE}{_BANNER_SECTION_2}{DARK_RED}{BANNER_SECTION_3}{END}"

0 comments on commit b509289

Please sign in to comment.