From 55331083b3cb166467e5451d34d5e14306642482 Mon Sep 17 00:00:00 2001 From: James Kafader Date: Tue, 16 May 2017 11:33:15 -0700 Subject: [PATCH] correct comment --- doublethink/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doublethink/services.py b/doublethink/services.py index e5ddcb1..2f4793c 100644 --- a/doublethink/services.py +++ b/doublethink/services.py @@ -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: