This commit is contained in:
piair 2023-03-18 19:43:54 +01:00
parent 16ddd7aae9
commit d14e0efad9

2
V5.py
View File

@ -44,6 +44,8 @@ custom_sleep = CustomSleep
def log_error(error, driver=driver, log=FULL_LOG):
if driver is None:
global driver
if type(error) != str :
error = format_error(error)
print(f"\n\n\033[93m Erreur : {str(error)} \033[0m\n\n")