This commit is contained in:
piair 2022-02-23 17:17:29 +01:00
parent 61126b9416
commit 49b4380952
1 changed files with 2 additions and 2 deletions

4
V4.py
View File

@ -415,7 +415,7 @@ def login() :
return(MainWindows) return(MainWindows)
except Exception as e: except Exception as e:
LogError("login - 3 - " +e) LogError("login - 3 - " + str(e))
def BingPcSearch(override = randint(35,40)): def BingPcSearch(override = randint(35,40)):
@ -758,7 +758,7 @@ def CustomStart(Credentials):
AllCard() AllCard()
driver.close() driver.close()
except Exception as e : 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 : elif choice2 == 2 :
try : try :
driver = FirefoxPC() driver = FirefoxPC()