Merge pull request from augustin64/patch-1

Account name instead of _mail
This commit is contained in:
piair338
2022-02-17 10:30:22 +01:00
committed by GitHub

2
V4.py

@ -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)