Removed unneceasary code

This commit is contained in:
vanten-s 2023-08-20 09:48:33 +02:00
parent ea85ea20ec
commit ceeac7ed3a

View file

@ -1,8 +0,0 @@
import os
import time
os.chdir("feed_articles")
while True:
time.sleep(100)
os.system("git pull")