diff --git a/LogBot/logbot.py b/LogBot/logbot.py index a5d4b42..92ce607 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -142,6 +142,7 @@ class Logbot(Bot): self.db[room]["messages"] = {} if "title" not in self.db[room]: self.db[room]["title"] = room + self.db._dumps() self.log.info(f"Added to the database: { room }") if not os.path.exists(room_path):