Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Mar 30, 2023
1 parent 928f8e8 commit e13c755
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/modules/oeasc/chasse/api.py
Expand Up @@ -169,4 +169,8 @@ def api_chasse_ods():
t = Template(template_path, output_path)
t.render(data)

return send_file(output_path, as_attachment=True, attachment_filename=f"bilan_chasse_{nom_saison}.ods")
return send_file(
output_path,
as_attachment=True,
attachment_filename=f"bilan_chasse_{nom_saison}.ods",
)

0 comments on commit e13c755

Please sign in to comment.