mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05: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(
|
||||
content,
|
||||
headers={
|
||||
"Conten-Disposition": f"attachment; filename={filename}"
|
||||
"Content-Disposition": f"attachment; filename={filename}"
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user