Skip to content

Commit 383d1c9

Browse files
committed
Add a "colorama" init
1 parent 853839d commit 383d1c9

File tree

1 file changed

+1
-0
lines changed
  • seleniumbase/console_scripts

1 file changed

+1
-0
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def show_usage():
5151
def show_basic_usage():
5252
from seleniumbase.console_scripts import logo_helper
5353
seleniumbase_logo = logo_helper.get_seleniumbase_logo()
54+
colorama.init(autoreset=True)
5455
print(seleniumbase_logo)
5556
print("%s" % get_version()[0:1])
5657
print("")

0 commit comments

Comments
 (0)