Account name instead of _mail

This commit is contained in:
augustin64 2022-02-16 18:51:58 +01:00 committed by GitHub
parent e97e4147c3
commit 524fe4f9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
V4.py
View File

@ -782,7 +782,7 @@ def CustomStart(Credentials):
LogError(f'BingMobileSearch - {e} -- override') LogError(f'BingMobileSearch - {e} -- override')
print("done!") print("done!")
try : try :
LogPoint("_mail") LogPoint(_mail)
except Exception as e : except Exception as e :
print(e) print(e)