mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Fix comment
This commit is contained in:
parent
3b9f68ac4b
commit
6992f1489b
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ class EPPLibWrapper:
|
||||||
"urn:ietf:params:xml:ns:contact-1.0",
|
"urn:ietf:params:xml:ns:contact-1.0",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
# We should only ever have one active connection at a time,
|
# We should only ever have one active connection at a time
|
||||||
# given that
|
|
||||||
self.connection_lock = BoundedSemaphore(1)
|
self.connection_lock = BoundedSemaphore(1)
|
||||||
try:
|
try:
|
||||||
self._initialize_client()
|
self._initialize_client()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue