mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
updated comment
This commit is contained in:
parent
6e13345161
commit
d542e7a74b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class EPPLibWrapper:
|
|||
return self._send(command)
|
||||
|
||||
def send(self, command, *, cleaned=False):
|
||||
"""Login, send the command, then close the connection. Tries 3 times."""
|
||||
"""Login, the send the command. Retry once if an error is found"""
|
||||
# try to prevent use of this method without appropriate safeguards
|
||||
if not cleaned:
|
||||
raise ValueError("Please sanitize user input before sending it.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue