This commit is contained in:
piair 2022-12-15 19:16:25 +01:00
parent ad513bfe9c
commit e7f375650d
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -597,7 +597,7 @@ def LogPoint(account="unknown"): # log des points sur discord
points = None points = None
if not points : if not points :
LogError(f"impossible d'avoir les points : {e}", driver, _mail) LogError(f"impossible d'avoir les points :", driver, _mail)
CustomSleep(uniform(3, 20)) CustomSleep(uniform(3, 20))
account = account.split("@")[0] account = account.split("@")[0]