This commit is contained in:
zandercymatics 2023-10-11 13:48:37 -06:00
parent af852125f8
commit f22d72da4d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 12 additions and 15 deletions

View file

@ -71,7 +71,7 @@ class EPPLibWrapper:
# Which errors the pool should look out for
"exc_classes": (LoginError, RegistryError,),
# Should we ping the connection on occassion to keep it alive?
"keep_alive": None,
"keepalive": None,
}
self._pool = EppConnectionPool(client=self._client, login=self._login, options=options)