From 7ed0bbedc4dbbbcc49c5d3b1336f009299a59e33 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Tue, 5 Nov 2024 00:05:15 -0800 Subject: [PATCH] Fixed typo --- thrimshim/thrimshim/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrimshim/thrimshim/main.py b/thrimshim/thrimshim/main.py index 432adf9..ffd8e55 100644 --- a/thrimshim/thrimshim/main.py +++ b/thrimshim/thrimshim/main.py @@ -252,7 +252,7 @@ def get_row(ident): results = database.query(conn, query) default_templates = {} for row in results: - for tag in row.tag: + for tag in row.tags: default_templates[tag] = row.default_template # since implicit tags are put at the start, with the shift tag first