mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
Update revivetube.py
This commit is contained in:
parent
3b4f9b7e3c
commit
5e09881fb8
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ def download_file():
|
||||||
return send_file(
|
return send_file(
|
||||||
'./test.swf',
|
'./test.swf',
|
||||||
mimetype='application/x-shockwave-flash',
|
mimetype='application/x-shockwave-flash',
|
||||||
as_attachment=True, # Optional, wenn du die Datei als Anhang senden möchtest
|
as_attachment=True,
|
||||||
download_name='test.swf' # Optional, Name der Datei, die der Benutzer herunterladen wird
|
download_name='test.swf'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue