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