Skip to content

Commit

Permalink
Merge branch 'master' into kn/verificationprogress
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Neunert committed Jun 12, 2024
2 parents 32eaef6 + 648ed1a commit 7b5b87d
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 7b5b87d

Please sign in to comment.