Switched from geckodriver to chrome

This commit is contained in:
2022-09-18 19:26:55 +02:00
parent 7cf7422b46
commit db161e50c8
13 changed files with 135 additions and 61 deletions

3
env/debug vendored
View File

@@ -1,9 +1,8 @@
# Runs in a debugging mode, does not launch anything at all but starts a bash process
export CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
export CONTAINER_DATA=/mnt/media/@Bulk/COSS/Downloads/coss_archiving
export UNAME=remy
export GECKODRIVER_IMG=selenium/standalone-firefox:104.0
export DEBUG=true
export HEADFULL=true
export CODE=./

2
env/production vendored
View File

@@ -3,5 +3,5 @@
CONTAINER_DATA=/mnt/media/@Bulk/COSS/Downloads/coss_archiving
export UNAME=remy
export GECKODRIVER_IMG=selenium/standalone-firefox:104.0
export U_ID=1000
export DEBUG=false