Skip to content

Commit

Permalink
Fix: wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Jan 22, 2024
1 parent e88f01e commit db1e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def migrate():
for file in album["files"]:
with open(f"data/files/{file['id']}", "rb") as buffer:
headers = Headers({
"Content-Type": f"{file["type"]}/webp",
"Content-Type": f"{file['type']}/webp",
})
item = await create_item(
database,
Expand Down

0 comments on commit db1e339

Please sign in to comment.