site-docker/pull.py

9 lines
108 B
Python
Raw Normal View History

2023-08-12 22:54:12 +02:00
import os
import time
os.chdir("feed_articles")
while True:
time.sleep(100)
os.system("git pull")