mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39: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",
|
||||
],
|
||||
)
|
||||
# We should only ever have one active connection at a time,
|
||||
# given that
|
||||
# We should only ever have one active connection at a time
|
||||
self.connection_lock = BoundedSemaphore(1)
|
||||
try:
|
||||
self._initialize_client()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue