site-docker/pull.py
2023-08-12 22:54:12 +02:00

9 lines
108 B
Python

import os
import time
os.chdir("feed_articles")
while True:
time.sleep(100)
os.system("git pull")