From 32516d4b743338cedcb9b250badd5d922e1dcda5 Mon Sep 17 00:00:00 2001 From: Marta Sienkiewicz Date: Sun, 18 Jan 2026 12:16:15 +0100 Subject: [PATCH] Change 'workshop' tag to 'lab' --- discourse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discourse.py b/discourse.py index f79bc79..f72f12c 100644 --- a/discourse.py +++ b/discourse.py @@ -41,7 +41,7 @@ class DiscourseDatabase(): def get_place(self, topic): """Get place of a topic""" - places = ["cow-work", "garage", "workshop"] + places = ["cow-work", "garage", "lab"] for place in places: if place in topic["tags"]: return f'{place}'