We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a36995 commit 648ed1aCopy full SHA for 648ed1a
src/cryptoadvance/specter/server_endpoints/settings.py
@@ -751,6 +751,6 @@ def get_asset(asset):
751
def backup_file():
752
return send_file(
753
app.specter.specter_backup_file(),
754
- attachment_filename="specter-backup.zip",
+ download_name="specter-backup.zip",
755
as_attachment=True,
756
)
0 commit comments