This commit is contained in:
piair 2021-12-27 14:22:44 +01:00
parent 362ab655f6
commit cdcc30e033

3
V4.py
View File

@ -633,7 +633,8 @@ def LogPoint(account="unknown"): #log des points sur discord
CustomSleep(uniform(10,20))
try :
point = search("availablePoints\":([\d]+)",driver.page_source)[1]
except :
except Exception as e :
LogError(e)
point = "erreur"
CustomSleep(uniform(3,20))