updated comment

This commit is contained in:
David Kennedy 2024-03-05 18:46:22 -05:00
parent 6e13345161
commit d542e7a74b
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -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.")