From 737926b66e6cbe453247f7854c59d1614547f6bb Mon Sep 17 00:00:00 2001 From: SouthFox Date: Thu, 13 Oct 2022 20:31:47 +0800 Subject: [PATCH] utils/update --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 9f6489c..00a33d9 100644 --- a/utils.py +++ b/utils.py @@ -90,7 +90,7 @@ def addDiscussion(): def backupImg(): path = os.getcwd() - for root, dirs, files in os.walk(path + '/source'): + for root, dirs, files in os.walk(path + '/source/_posts'): for name in files : filelist.append(os.path.join(root, name))