Merge remote-tracking branch 'origin/api-v1.8.2' into dev

This commit is contained in:
Taha Yassine Kraiem 2022-11-10 16:41:04 +01:00
commit d39a7813b3

View file

@ -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():