From c98e54153a1a0ca9ae7f6618f8a0b9c9fd5d372b Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 14 Feb 2022 17:01:21 +0100 Subject: [PATCH] added LogPoint --- V4.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index c574ebd..a91f9c3 100644 --- a/V4.py +++ b/V4.py @@ -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)