diff --git a/sort_media.py b/sort_media.py index 48bd6ad..4f3a835 100644 --- a/sort_media.py +++ b/sort_media.py @@ -1,7 +1,9 @@ import os import shutil from datetime import datetime -from ollama import Ollama +# Adjust the import statement based on the correct module structure +# This is a placeholder; replace with the correct import if known +# from ollama import Ollama def get_earliest_time(file_path): """Get the earliest of creation or last modified time."""