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}'