fix: Adjust import statement for Ollama in sort_media.py

This commit is contained in:
2024-10-15 08:06:47 +02:00
parent d706b624f6
commit 8fa49b101a

View File

@@ -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."""