Skip to content

Commit 648ed1a

Browse files
author
k9ert
authored
Bugfix: Download backup zip broken (#2456)
1 parent 8a36995 commit 648ed1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptoadvance/specter/server_endpoints/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,6 @@ def get_asset(asset):
751751
def backup_file():
752752
return send_file(
753753
app.specter.specter_backup_file(),
754-
attachment_filename="specter-backup.zip",
754+
download_name="specter-backup.zip",
755755
as_attachment=True,
756756
)

0 commit comments

Comments
 (0)