Skip to content

Commit b38ade4

Browse files
committed
Update the SeleniumBase logo generator
1 parent 6990402 commit b38ade4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

seleniumbase/console_scripts/logo_helper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ def get_seleniumbase_logo():
1818
c1 = colorama.Fore.BLUE + colorama.Back.CYAN
1919
c2 = colorama.Fore.CYAN + colorama.Back.BLUE
2020
cr = colorama.Style.RESET_ALL
21-
sb = c1
21+
sb = " "
22+
sb += c1
2223
sb += "\n"
24+
sb += c1
2325
sb += " ______ __ _ "
2426
sb += c2
2527
sb += "____ "

0 commit comments

Comments
 (0)