mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-05-12 23:46:29 +02:00
ok.
This commit is contained in:
parent
362ab655f6
commit
cdcc30e033
3
V4.py
3
V4.py
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user