wtf is this error
This commit is contained in:
parent
1505e7b756
commit
6796e71c5b
2
V4.py
2
V4.py
@ -922,6 +922,8 @@ def LogPoint(account="unknown"): # log des points sur discord
|
|||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
CustomSleep(300)
|
CustomSleep(300)
|
||||||
|
printf(f"LogPoints : {e}")
|
||||||
|
points = None
|
||||||
|
|
||||||
if not points :
|
if not points :
|
||||||
LogError(f"impossible d'avoir les points : {e}")
|
LogError(f"impossible d'avoir les points : {e}")
|
||||||
|
Loading…
Reference in New Issue
Block a user