mirror of
https://github.com/maubot/maubot
synced 2025-09-02 00:00:39 +00:00
Fix reusing management API responses and some other things
This commit is contained in:
parent
ec22e5eba7
commit
2736a1f47f
9 changed files with 272 additions and 186 deletions
|
@ -134,6 +134,7 @@ class Client:
|
|||
except KeyError:
|
||||
pass
|
||||
self.db.delete(self.db_instance)
|
||||
self.db.commit()
|
||||
|
||||
def to_dict(self) -> dict:
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue