From 19c28815851a0012adcbf52e97fb0b79029fc4f4 Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 26 Jan 2022 20:33:10 +0700 Subject: [PATCH] update --- filebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebot.py b/filebot.py index 796d6ea..b0546fc 100644 --- a/filebot.py +++ b/filebot.py @@ -29,4 +29,4 @@ for section in section_folders: for section in section_folders: if os.path.exists(os.path.join(source_path, section)): for dir in os.listdir(os.path.join(source_path, section)): - shutil.move(os.path.join(source_path, section, dir), os.path.join(dest_path, section)) + shutil.move(os.path.join(source_path, section, dir), os.path.join(dest_path, section, dir))