Skip to content

Commit

Permalink
chore: Change report template configure key
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisaha committed Feb 21, 2024
1 parent b3612ce commit b5be6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyprint_rest/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_template_directory():


def get_report_directory():
return get("TEMPLATE_FOLDER", "/data/reports")
return get("REPORT_DIRECTORY", "/data/reports")


def get_valid_file_ext():
Expand Down

0 comments on commit b5be6a2

Please sign in to comment.