Update database.py
This commit is contained in:
parent
b25c714e6f
commit
8ba9743334
@ -63,7 +63,7 @@ class DatabaseUtils:
|
||||
|
||||
@auto_connect_db
|
||||
def chat_log(self, **kwargs):
|
||||
models.ChatMetric(**kwargs)
|
||||
models.ChatMetric(**kwargs).save()
|
||||
|
||||
@auto_connect_db
|
||||
def list_get(self, list_name=""):
|
||||
|
Loading…
x
Reference in New Issue
Block a user