From 5540b1f732b3dfda370aacac02a6d7b671ef16c2 Mon Sep 17 00:00:00 2001 From: yousiki Date: Thu, 11 Mar 2021 14:28:55 +0800 Subject: [PATCH] why? --- entrypoint.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.py b/entrypoint.py index c8fefc9..877ed2c 100644 --- a/entrypoint.py +++ b/entrypoint.py @@ -42,7 +42,8 @@ def sys_path(): assert os.path.isfile(sys_path()) driver_pjs = webdriver.PhantomJS( executable_path=sys_path(), - service_args=['--ignore-ssl-errors=true', '--ssl-protocol=TLSv1']) + # service_args=['--ignore-ssl-errors=true', '--ssl-protocol=TLSv1'] + ) print('Driver Launched\n') run(driver_pjs, args.username, args.password, args.campus, args.reason,