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