Automated update of Base Application package.

This commit is contained in:
bot
2024-12-14 20:29:09 +00:00
parent 0cde635443
commit b15f7e6d53
3 changed files with 2 additions and 4 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-2
View File
@@ -188,8 +188,6 @@ class WebDbApplication(BaseApplication):
return result == "null" and default or json.loads(result)
return default
async def insert(self, table_name, data):
return self.db[table_name].insert(data)