added LogPoint
This commit is contained in:
parent
af11c31d13
commit
c98e54153a
7
V4.py
7
V4.py
|
@ -794,8 +794,11 @@ def CustomStart(Credentials):
|
||||||
BingMobileSearch()
|
BingMobileSearch()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LogError(f'BingMobileSearch - {e} -- override')
|
LogError(f'BingMobileSearch - {e} -- override')
|
||||||
|
print("done!")
|
||||||
|
try :
|
||||||
|
LogPoint("_mail")
|
||||||
|
except Exception as e :
|
||||||
|
print(e)
|
||||||
|
|
||||||
with open(LogPath) as f:
|
with open(LogPath) as f:
|
||||||
reader = reader(f)
|
reader = reader(f)
|
||||||
|
|
Loading…
Reference in New Issue