diff --git a/tasks/drn_clerkbot.py b/tasks/drn_clerkbot.py index d2a4204..fc6edc0 100644 --- a/tasks/drn_clerkbot.py +++ b/tasks/drn_clerkbot.py @@ -696,7 +696,7 @@ class DRNClerkBot(Task): def compile_chart(self, conn): """Actually generate the chart from the database.""" - chart = "{{" + self.tl_chart_header + "|small={{{small|}}}}}\n" + chart = "{{" + self.tl_chart_header + "|small={{{small|}}}|collapsed={{{collapsed|}}}}}\n" query = "SELECT * FROM cases WHERE case_status != ?" with conn.cursor(oursql.DictCursor) as cursor: cursor.execute(query, (self.STATUS_UNKNOWN,))