From 6796e71c5bce56e18bc155575d2a49e324d5f30c Mon Sep 17 00:00:00 2001 From: piair338 Date: Tue, 18 Oct 2022 10:51:55 +0000 Subject: [PATCH] wtf is this error --- V4.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/V4.py b/V4.py index a61da5b..d894d19 100755 --- a/V4.py +++ b/V4.py @@ -922,6 +922,8 @@ def LogPoint(account="unknown"): # log des points sur discord break except Exception as e: CustomSleep(300) + printf(f"LogPoints : {e}") + points = None if not points : LogError(f"impossible d'avoir les points : {e}")