No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
0 deletions
-
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): |
|
|
|