main
GrizzleNL 2 years ago
parent 6179489fe3
commit a5943f4f28

@ -42,3 +42,4 @@
1 1
1 1
1 1
1

@ -8,5 +8,7 @@ for($b = 0; $b < $a; $b++){
?>""" ?>"""
import subprocess import subprocess
import random
subprocess.call("/srv/daily-commit/commit.sh", shell=True) for i in range(random.randint(1,10)):
subprocess.call("/srv/daily-commit/commit.sh", shell=True)

Loading…
Cancel
Save