Automated update of Base Application package.
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user