Defix the fix

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

View file

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