Skip to content

Commit

Permalink
fix: template path in redis_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushiyant committed Apr 28, 2024
1 parent d86dc21 commit d26b36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasarpy/utils/redis_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def convert_html_to_pdf(source_html, output_filename):

logger.info("Generating report")

env = Environment(loader=FileSystemLoader("quasar/utils/templates"))
env = Environment(loader=FileSystemLoader("quasarpy/utils/templates"))
template = env.get_template("report_template.html")
report_path_html = f"{report_path}.html"

Expand Down

0 comments on commit d26b36b

Please sign in to comment.