prevent double logpoints

This commit is contained in:
piair 2022-09-30 15:05:18 +02:00
parent 43e970a1aa
commit 20f6eb6796
1 changed files with 6 additions and 5 deletions

1
V4.py
View File

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