PGŽ Sport Platform — Round 1+2 baseline (sport2.html + API)
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
python3 /opt/pgz-sport/scrapers/klub_oib_enricher.py 2>&1 | tail -2
|
||||
python3 /opt/pgz-sport/scrapers/clan_oib_enricher.py 2>&1 | tail -2
|
||||
python3 /opt/pgz-sport/scrapers/sudreg_klub_search.py 2>&1 | tail -2
|
||||
sleep 600
|
||||
done
|
||||
Reference in New Issue
Block a user