fix: Adjust import statement for Ollama in sort_media.py
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user