Set ready to y so initial wait is not done

This commit is contained in:
Adolfo Gómez García 2017-03-29 13:33:39 +02:00
parent e81a8fdc5f
commit 86b252916c

View File

@ -121,6 +121,7 @@ class BaseSpiceTransport(Transport):
if connection.testServer(con['address'], port_to_test) is True:
self.cache.put(ip, 'Y', READY_CACHE_TIMEOUT)
ready = 'Y'
return ready == 'Y'