Skip to content
Snippets Groups Projects
Commit 6b7c3a84 authored by Oscar Vestlund's avatar Oscar Vestlund
Browse files

adjust sleeptimes

parent 85615d61
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,11 @@ do
cat pagelist.txt.template > pagelist.txt
echo "$Line" >> pagelist.txt
python3 Seleniumparser.py
sleep 10
done
~/cshg/cshg -i -d txt/
cp -r html/* ~/.liupeeker/
randomwaittime=$(echo $(( $RANDOM % 300 + 300 )))
randomwaittime=$(echo $(( $RANDOM % 720 + 420 )))
echo "waiting for $randomwaittime"
sleep $randomwaittime
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment