Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
why?
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUSIKI committed Mar 11, 2021
1 parent ac43a10 commit 5540b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5540b1f

Please sign in to comment.