Save the DB when writing to it
This commit is contained in:
parent
a7a948cb68
commit
cdb2ce8b04
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user