mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-05-12 23:46:29 +02:00
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()
|
||||
except Exception as e:
|
||||
LogError(f'BingMobileSearch - {e} -- override')
|
||||
|
||||
|
||||
print("done!")
|
||||
try :
|
||||
LogPoint("_mail")
|
||||
except Exception as e :
|
||||
print(e)
|
||||
|
||||
with open(LogPath) as f:
|
||||
reader = reader(f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user