[entropy.transceivers] fix bug in EntropyTransceiver's SSH URI handler

This commit is contained in:
Fabio Erculiani
2009-11-29 22:00:24 +01:00
parent 02a6d2e77c
commit c4d848cd7c
@@ -73,7 +73,7 @@ class EntropySshUriHandler(EntropyUriHandler):
tries -= 1
try:
self._socket.create_connection((self.__host, self.__port), 5)
break
return
except self._socket.error:
time.sleep(1)
continue