Readd accidentally deleted comment

This commit is contained in:
Erin 2023-12-06 14:56:45 -08:00
parent 5d5f0ad041
commit e392d68453
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -158,7 +158,7 @@ class EPPLibWrapper:
# The end user will need to recall .send.
self.start_connection_pool()
counter = 0
counter = 0 # we'll try 3 times
while True:
try:
return self._send(command)