added LogPoint

This commit is contained in:
piair 2022-02-14 17:01:21 +01:00
parent af11c31d13
commit c98e54153a
1 changed files with 5 additions and 2 deletions

7
V4.py
View File

@ -794,8 +794,11 @@ def CustomStart(Credentials):
BingMobileSearch()
except Exception as e:
LogError(f'BingMobileSearch - {e} -- override')
print("done!")
try :
LogPoint("_mail")
except Exception as e :
print(e)
with open(LogPath) as f:
reader = reader(f)