prevent double logpoints

This commit is contained in:
piair 2022-09-30 15:05:18 +02:00
parent 43e970a1aa
commit 20f6eb6796

1
V4.py
View File

@ -1052,6 +1052,7 @@ def CustomStart(Credentials):
printf(e)
break
if not "tout" in action
try:
LogPoint(_mail)
except Exception as e: