From fdfbf2a42e4f087c11cacdf002f1eeb6b6964847 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Mon, 1 Jul 2024 22:17:51 +0800 Subject: [PATCH] Update Gmeek.py --- Gmeek.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Gmeek.py b/Gmeek.py index 5a8b0fd..c14088e 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -73,12 +73,6 @@ class GMEEK(): os.mkdir(self.root_dir) os.mkdir(self.post_dir) - if os.path.exists(self.static_dir): - shutil.copytree(self.static_dir, os.path.join(self.root_dir, 'static')) - print("Copy static to docs") - else: - print("static not exist") - if os.path.exists(self.static_dir): for item in os.listdir(self.static_dir): src = os.path.join(self.static_dir, item)