From 9df8c8560d8a618f928fe9cd3e0b2a8bbf99a6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=86=E7=93=9C=E4=BA=91?= Date: Fri, 13 Oct 2023 15:26:26 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=8F=AF=E4=B8=8A=E4=BC=A0=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c5b846a16ea7d92c5d2f294c1489878474b19963. --- Gmeek.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gmeek.py b/Gmeek.py index b05f298..57a7608 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -54,12 +54,8 @@ class GMEEK(): if os.path.exists(self.root_dir): shutil.rmtree(self.root_dir) - if os.path.exists("copy/"): - shutil.copytree("copy/",self.root_dir) - else: - os.mkdir(self.root_dir) - os.mkdir(self.backup_dir) + os.mkdir(self.root_dir) os.mkdir(self.post_dir) def defaultConfig(self):