bugfix
This commit is contained in:
parent
f89b972576
commit
b9a6724cbe
@ -93,6 +93,7 @@ class SQLor(object):
|
|||||||
if self.dbdesc.password:
|
if self.dbdesc.password:
|
||||||
key=getConfig().password_key
|
key=getConfig().password_key
|
||||||
self.dbdesc.password = aes_decode_b64(key, self.dbdesc.password)
|
self.dbdesc.password = aes_decode_b64(key, self.dbdesc.password)
|
||||||
|
debug(f'--------{self.dbdesc=}----')
|
||||||
|
|
||||||
async def get_schema(self):
|
async def get_schema(self):
|
||||||
def concat_idx_info(idxs):
|
def concat_idx_info(idxs):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user