feat : better verbose message

This commit is contained in:
martin legrand
2025-03-30 11:51:41 +02:00
parent 8c431c690e
commit 7331cb7cb2
4 changed files with 43 additions and 25 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import sys
import re
from urllib.parse import urlparse
from sources.utility import pretty_print
from sources.utility import pretty_print, animate_thinking
def get_chrome_path() -> str:
if sys.platform.startswith("win"):