This commit is contained in:
zandercymatics 2023-10-18 14:54:06 -06:00
parent f672d15b00
commit a10ddccd0e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 12 additions and 15 deletions

View file

@ -234,7 +234,8 @@ class EPPLibWrapper:
try:
# Initialize epplib
CLIENT = EPPLibWrapper()
#CLIENT = EPPLibWrapper()
CLIENT = None
logger.info("registry client initialized")
except Exception:
CLIENT = None # type: ignore