Merge pull request #1 from augustin64/patch-1
Account name instead of _mail
This commit is contained in:
commit
b2483393cf
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