From 8a0d12776967844df9f3c58b460467ebe84d7aba Mon Sep 17 00:00:00 2001 From: Rich Kreider Date: Mon, 8 Jun 2026 10:48:41 -0400 Subject: added additional SAQ questionnaires and fixed PDF export bug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index ad1d238..1265337 100644 --- a/main.py +++ b/main.py @@ -1055,7 +1055,7 @@ def export_pdf(fpath: str, session: dict, saq: dict, get_all_items): story.append(Paragraph( f'[{item["id"]}] {q_safe}', sty_q)) - hex_col = f"#{color.hexval():06x}" + hex_col = f"#{color.hexval()}" status_line = f'Status: {status}' if notes: n_safe = notes.replace("&","&").replace("<","<").replace(">",">") -- cgit v1.2.3