Account name instead of _mail
This commit is contained in:
parent
e97e4147c3
commit
524fe4f9dd
2
V4.py
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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user