Skip to content

Commit

Permalink
fix flask api-change bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Neunert committed Jun 11, 2024
1 parent db3df46 commit 4888cc9
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 4888cc9

Please sign in to comment.