Skip to content

Commit

Permalink
[FIX] fs_attachment: remove unwanted args
Browse files Browse the repository at this point in the history
  • Loading branch information
kobros-tech committed Oct 25, 2024
1 parent eeeea37 commit 7c5d4ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions fs_attachment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ Laurent Mignon <[email protected]>
Marie Lejeune <[email protected]>
Wolfgang Pichler <[email protected]>
Nans Lefebvre <[email protected]>
Mohamed Alkobrosli <[email protected]>

Maintainers
~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion fs_attachment/fs_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def get_response(self, as_attachment=None, immutable=None, **send_file_kwargs):
"max_age": STATIC_CACHE_LONG if immutable else self.max_age,
"environ": request.httprequest.environ,
"response_class": Response,
**send_file_kwargs,
}
use_x_sendfile = self._fs_use_x_sendfile
# The file will be closed by werkzeug...
Expand Down
1 change: 1 addition & 0 deletions fs_attachment/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Laurent Mignon <[email protected]>
Marie Lejeune <[email protected]>
Wolfgang Pichler <[email protected]>
Nans Lefebvre <[email protected]>
Mohamed Alkobrosli <[email protected]>
3 changes: 2 additions & 1 deletion fs_attachment/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,8 @@ <h2><a class="toc-backref" href="#toc-entry-17">Contributors</a></h2>
Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;
Marie Lejeune &lt;<a class="reference external" href="mailto:marie.lejeune&#64;acsone.eu">marie.lejeune&#64;acsone.eu</a>&gt;
Wolfgang Pichler &lt;<a class="reference external" href="mailto:wpichler&#64;callino.at">wpichler&#64;callino.at</a>&gt;
Nans Lefebvre &lt;<a class="reference external" href="mailto:len&#64;lambdao.dev">len&#64;lambdao.dev</a>&gt;</p>
Nans Lefebvre &lt;<a class="reference external" href="mailto:len&#64;lambdao.dev">len&#64;lambdao.dev</a>&gt;
Mohamed Alkobrosli &lt;<a class="reference external" href="mailto:alkobroslymohamed&#64;gmail.com">alkobroslymohamed&#64;gmail.com</a>&gt;</p>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-18">Maintainers</a></h2>
Expand Down

0 comments on commit 7c5d4ac

Please sign in to comment.