correct comment

This commit is contained in:
James Kafader 2017-05-16 11:33:15 -07:00
parent 5fbedb0443
commit 55331083b3

View File

@ -222,7 +222,7 @@ class ServiceRegistry(object):
'''
if candidate is not None:
candidate['id'] = role
# use the same concept of 'now' for both queries
# use the same concept of 'now' for all queries
now = rr.now().run()
if not 'heartbeat_interval' in candidate: