This commit is contained in:
zandercymatics 2023-11-15 15:20:45 -07:00
parent 4a0e8aa780
commit a8dcb52897
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -200,7 +200,7 @@ class EPPLibWrapper:
logger.info("Connection pool restarting...")
self.kill_pool()
logger.info("Old pool killed")
self._pool = self._create_pool(self._client, self._login, self.pool_options)
self.pool_status.pool_running = True