get_stats: update comments
This commit is contained in:
parent
f192db5412
commit
44bc99e987
|
@ -535,7 +535,7 @@ class Rendezvous(service.MultiService):
|
||||||
def get_stats(self):
|
def get_stats(self):
|
||||||
stats = {}
|
stats = {}
|
||||||
|
|
||||||
# current status
|
# current status: expected to be zero most of the time
|
||||||
c = stats["current"] = {}
|
c = stats["current"] = {}
|
||||||
c["apps"] = len(self.get_all_apps())
|
c["apps"] = len(self.get_all_apps())
|
||||||
def q(query, values=()):
|
def q(query, values=()):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user