This commit is contained in:
piair 2022-02-23 19:02:24 +01:00
parent e68763f698
commit 54dfb5ffc1
1 changed files with 3 additions and 6 deletions

9
V4.py
View File

@ -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)