1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2026-02-22 06:34:48 +01:00

bugfixes: included error message for large files - skipping them

This commit is contained in:
TiynGER
2020-11-11 00:45:30 +01:00
parent 9e6355f7de
commit 3d8d71c3fd
6 changed files with 48 additions and 48 deletions

3
docker-entry.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
while true; do python /studip/run.py -o /studip/data -u $USER -p $PSWD -s $URL --db_user $DB_USER --db_passwd $DB_PSWD --host $HOST && sleep $INTERVAL; done