more updates

This commit is contained in:
bender
2023-01-25 18:30:38 -05:00
parent 31053d5465
commit 0d5eaa3f9d
5 changed files with 57 additions and 3 deletions
+1 -1
View File
@@ -81,4 +81,4 @@ for folder in sorted(os.listdir(main_directory)):
#Archive everything except chapters_list.py
if folder_path != "chapters_list.py":
shutil.move(folder_path, archive + folder)
shutil.move(folder_path, archive/ + folder)