mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-07 06:46:37 +02:00
prevent double logpoints
This commit is contained in:
9
V4.py
9
V4.py
@ -1052,10 +1052,11 @@ def CustomStart(Credentials):
|
|||||||
printf(e)
|
printf(e)
|
||||||
break
|
break
|
||||||
|
|
||||||
try:
|
if not "tout" in action
|
||||||
LogPoint(_mail)
|
try:
|
||||||
except Exception as e:
|
LogPoint(_mail)
|
||||||
print("CustomStart " + str(e))
|
except Exception as e:
|
||||||
|
print("CustomStart " + str(e))
|
||||||
driver.close()
|
driver.close()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user