main
Dario Ernst 12 months ago
parent 8ee3e13734
commit a226259dbd

2
.gitignore vendored

@ -0,0 +1,2 @@
config.json
matches.json

@ -0,0 +1,6 @@
#!/bin/bash
while true; do
./parser.py
sleep 600
done
Loading…
Cancel
Save