From ceeac7ed3aebf3c957791efb96b9ce06ccaebfef Mon Sep 17 00:00:00 2001 From: vanten-s Date: Sun, 20 Aug 2023 09:48:33 +0200 Subject: [PATCH] Removed unneceasary code --- pull.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 pull.py diff --git a/pull.py b/pull.py deleted file mode 100644 index ef931c6..0000000 --- a/pull.py +++ /dev/null @@ -1,8 +0,0 @@ -import os -import time -os.chdir("feed_articles") - -while True: - time.sleep(100) - os.system("git pull") -