Merge remote-tracking branch 'origin/api-v1.8.2' into dev
This commit is contained in:
commit
d39a7813b3
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class PostgresClient:
|
|||
except Exception as error:
|
||||
logging.error("Error while closing cursor for recreation", error)
|
||||
self.cursor = None
|
||||
self.__enter__()
|
||||
return self.__enter__()
|
||||
|
||||
|
||||
async def init():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue