From 4b4331962002f74f9eb9d1dc555b04ff3461bf6a Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Fri, 17 Dec 2021 18:05:17 +0100 Subject: [PATCH] dont try stripping that --- temp_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp_index.py b/temp_index.py index 430d4d7..7eef698 100644 --- a/temp_index.py +++ b/temp_index.py @@ -59,7 +59,7 @@ def select_fields(fields, content, styles, book): content.append(Spacer(1, 12)) if "timestamp" in fields: - tag = "Timestamp: {}".format(strip_tags(book.timestamp)) + tag = "Timestamp: {}".format(book.timestamp) ptime = Paragraph(tag, styles["Normal"]) content.append(ptime) content.append(Spacer(1, 12))