mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Fix header
This commit is contained in:
@@ -21,6 +21,6 @@ async def download(source_id: int, remote_id: int, file_type: str):
|
|||||||
return Response(
|
return Response(
|
||||||
content,
|
content,
|
||||||
headers={
|
headers={
|
||||||
"Conten-Disposition": f"attachment; filename={filename}"
|
"Content-Disposition": f"attachment; filename={filename}"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user