Update revivetube.py

This commit is contained in:
TheErrorExe 2025-01-29 17:26:42 +01:00 committed by GitHub
parent 3b4f9b7e3c
commit 5e09881fb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -171,8 +171,8 @@ def download_file():
return send_file(
'./test.swf',
mimetype='application/x-shockwave-flash',
as_attachment=True, # Optional, wenn du die Datei als Anhang senden möchtest
download_name='test.swf' # Optional, Name der Datei, die der Benutzer herunterladen wird
as_attachment=True,
download_name='test.swf'
)