utils/update

This commit is contained in:
SouthFox 2022-10-13 20:31:47 +08:00
parent 1351aa7c5f
commit 737926b66e

View file

@ -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))