chat with plugin bug fix

This commit is contained in:
yhjun1026
2023-06-01 14:32:55 +08:00
parent 1c75dda0a0
commit bacc31658e
3 changed files with 7 additions and 43 deletions

View File

@@ -22,6 +22,7 @@ class MysqlSummary(DBSummary):
self.db = CFG.local_db
self.db.get_session(name)
self.metadata = """user info :{users}, grant info:{grant}, charset:{charset}, collation:{collation}""".format(
users=self.db.get_users(),
grant=self.db.get_grants(),