mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
utils/update
This commit is contained in:
parent
1351aa7c5f
commit
737926b66e
1 changed files with 1 additions and 1 deletions
2
utils.py
2
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue