remove useless comments

This commit is contained in:
piair 2021-12-27 18:06:14 +01:00
parent 78699294b3
commit 6c3efee69a

7
V4.py
View File

@ -405,11 +405,6 @@ def login() :
pwd = driver.find_element(By.ID, 'i0118') pwd = driver.find_element(By.ID, 'i0118')
send_keys_wait(pwd, _password) send_keys_wait(pwd, _password)
pwd.send_keys(Keys.ENTER) pwd.send_keys(Keys.ENTER)
# try :
# driver.find_element(By.ID, 'iNext').click()
#
# except Exception as e :
# printf(f'erreur validation bouton iNext. pas forcement grave - {e}') #dans le cas ou ms change ses parametre de confidentialité
CustomSleep(5) CustomSleep(5)
try : try :
driver.find_element(By.ID, 'KmsiCheckboxField').click() driver.find_element(By.ID, 'KmsiCheckboxField').click()
@ -766,5 +761,3 @@ for i in Credentials :
print('canceled') print('canceled')
close() close()
#pyinstaller ./main.py --onefile --noconsole --add-binary "./driver/chromedriver.exe;./driver"