From e7f375650d4622ec810eec3cf74a84f3321f9815 Mon Sep 17 00:00:00 2001 From: piair Date: Thu, 15 Dec 2022 19:16:25 +0100 Subject: [PATCH] pui --- V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 21cd99d..32207d1 100755 --- a/V4.py +++ b/V4.py @@ -597,7 +597,7 @@ def LogPoint(account="unknown"): # log des points sur discord points = None 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)) account = account.split("@")[0]