diff --git a/modules/anime_etl/db/repository.py b/modules/anime_etl/db/repository.py index 4c5caee..7c09329 100644 --- a/modules/anime_etl/db/repository.py +++ b/modules/anime_etl/db/repository.py @@ -80,7 +80,7 @@ async def get_or_create_image( VALUES (%s, %s) RETURNING id """, - ("image-service", rel_path), + ("local", rel_path), ) row = await cur.fetchone() return row["id"]