Skip to content

Commit

Permalink
Bugfix: Download backup zip broken (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
k9ert authored Jun 12, 2024
1 parent 8a36995 commit 648ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptoadvance/specter/server_endpoints/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,6 @@ def get_asset(asset):
def backup_file():
return send_file(
app.specter.specter_backup_file(),
attachment_filename="specter-backup.zip",
download_name="specter-backup.zip",
as_attachment=True,
)

0 comments on commit 648ed1a

Please sign in to comment.