From 49b4380952a19be704a75538fa4455024b514d9e Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 23 Feb 2022 17:17:29 +0100 Subject: [PATCH] ui --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 72a0fd6..5fa099d 100755 --- a/V4.py +++ b/V4.py @@ -415,7 +415,7 @@ def login() : return(MainWindows) except Exception as e: - LogError("login - 3 - " +e) + LogError("login - 3 - " + str(e)) def BingPcSearch(override = randint(35,40)): @@ -758,7 +758,7 @@ def CustomStart(Credentials): AllCard() driver.close() except Exception as e : - LogError(f'pas normal sauf si relancer a la main, juste pour les recherches bing (DalyRoutine -> AllCard) \n {e}. -- override') + LogError(f'pas normal sauf si relancer a la main, juste pour les recherches bing (DalyRoutine -> AllCard) \n {str(e)}. -- override') elif choice2 == 2 : try : driver = FirefoxPC()