This commit is contained in:
zandercymatics 2023-10-17 13:06:05 -06:00
parent faa35613e2
commit fc5436039d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 2 deletions

View file

@ -81,8 +81,7 @@ class EPPLibWrapper:
self.pool_status = PoolStatus()
if start_connection_pool:
pass
#self.start_connection_pool()
self.start_connection_pool()
def _send(self, command):
"""Helper function used by `send`."""