From 524fe4f9dd06582c56f51d013afe0a55f973a583 Mon Sep 17 00:00:00 2001 From: augustin64 <67148092+augustin64@users.noreply.github.com> Date: Wed, 16 Feb 2022 18:51:58 +0100 Subject: [PATCH] Account name instead of _mail --- V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 9ed9c92..613df6e 100644 --- a/V4.py +++ b/V4.py @@ -782,7 +782,7 @@ def CustomStart(Credentials): LogError(f'BingMobileSearch - {e} -- override') print("done!") try : - LogPoint("_mail") + LogPoint(_mail) except Exception as e : print(e)