Skip to content

Commit 33819b1

Browse files
committed
Fix argument
1 parent 033746e commit 33819b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/envelope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ def download(args, session):
103103
(dirname, filename) = os.path.split(file_path)
104104
return send_from_directory(
105105
directory=dirname,
106-
filename=filename,
106+
path=filename,
107107
as_attachment=True
108108
)

0 commit comments

Comments
 (0)