d
Пдскажите как скачать сам файл
Size: a a a
d
T
d
send_from_directory(app.config['...'], ...)
V
V
T
d
d
d
V
d
d
return send_from_directory('./cli_files/', filename=decode_uuid(uuid), as_attachment=True)V
d
d
return send_from_directory('./cli_commands/', filename=decode_uuid(uuid), as_attachment=True) [Open an interactive python shell in this frame]
TypeError: send_from_directory() missing 2 required positional arguments: 'path' and 'environ'V
send_from_directory(
app.config['UPLOAD_FOLDER'], name, as_attachment=True
)
T
d
d
d