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

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUSIKI committed Mar 11, 2021
1 parent 5540b1f commit 16e05cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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')

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -l

echo "PKUAutoSubmit Start"
cd /PKUAutoSubmit && python entrypoint.py $@
export OPENSSL_CONF=/etc/ssl/ && cd /PKUAutoSubmit && python entrypoint.py $@
echo "PKUAutoSubmit Finish"

time=$(date)
Expand Down

0 comments on commit 16e05cf

Please sign in to comment.