same
This commit is contained in:
parent
68a7d242b0
commit
8447bbf51c
2
V4.py
2
V4.py
|
@ -730,7 +730,7 @@ def CustomStart(Credentials):
|
|||
Comptes = enquiries.choose('quels comptes ?', ids, multi=True)
|
||||
Actions = enquiries.choose('quels Actions ?', actions, multi=True)
|
||||
|
||||
print(Comptes, Actions, ids)
|
||||
print(Comptes, Actions, Credentials)
|
||||
driver = FirefoxPC()
|
||||
driver.implicitly_wait(15)
|
||||
|
||||
|
|
Loading…
Reference in New Issue