mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
Update client.py
This commit is contained in:
parent
46e7cd45a6
commit
f7591c2119
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class EPPLibWrapper:
|
||||||
try:
|
try:
|
||||||
self._initialize_client()
|
self._initialize_client()
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.warning("Unable to configure epplib. Registrar cannot contact registry.")
|
logger.warning("Unable to configure the connection to the registry.")
|
||||||
finally:
|
finally:
|
||||||
self.connection_lock.release()
|
self.connection_lock.release()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue