ok.
This commit is contained in:
parent
e68763f698
commit
54dfb5ffc1
9
V4.py
9
V4.py
@ -760,19 +760,16 @@ def CustomStart(Credentials):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
LogError(f'BingMobileSearch - {e} -- override')
|
LogError(f'BingMobileSearch - {e} -- override')
|
||||||
|
|
||||||
driver.close()
|
|
||||||
try :
|
try :
|
||||||
LogPoint(_mail)
|
LogPoint(_mail)
|
||||||
except Exception as e :
|
except Exception as e :
|
||||||
print("CustomStart " + str(e))
|
print("CustomStart " + str(e))
|
||||||
|
driver.close()
|
||||||
|
|
||||||
with open(LogPath) as f:
|
with open(LogPath) as f:
|
||||||
reader = reader(f)
|
reader = reader(f)
|
||||||
data = list(reader)
|
Credentials = list(reader)
|
||||||
|
|
||||||
Credentials = data
|
|
||||||
|
|
||||||
CustomSleep(2)
|
|
||||||
|
|
||||||
shuffle(Credentials)
|
shuffle(Credentials)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user