mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
Imports
This commit is contained in:
parent
af852125f8
commit
f22d72da4d
4 changed files with 12 additions and 15 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue