Skip to content

Commit e20cdc3

Browse files
committed
fix(main): fully pass remember_login through to webdriver
1 parent 06a7894 commit e20cdc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

echo360/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ def handle_args():
239239
not args["auto"],
240240
args["alternative_feeds"],
241241
args["echo360cloud"],
242+
args["save_browser_login"],
242243
)
243244

244245

@@ -259,6 +260,7 @@ def main():
259260
manual,
260261
alternative_feeds,
261262
usingEcho360Cloud,
263+
save_browser_login,
262264
) = handle_args()
263265

264266
setup_logging(enable_degbug)
@@ -352,6 +354,7 @@ def cmd_exists(x):
352354
use_local_binary=use_local_binary,
353355
webdriver_to_use=webdriver_to_use,
354356
interactive_mode=interactive_mode,
357+
save_browser_login=save_browser_login,
355358
)
356359

357360
_LOGGER.debug(

0 commit comments

Comments
 (0)