get_stats: update comments

This commit is contained in:
Brian Warner 2016-06-26 11:25:25 -07:00
parent f192db5412
commit 44bc99e987

View File

@ -535,7 +535,7 @@ class Rendezvous(service.MultiService):
def get_stats(self):
stats = {}
# current status
# current status: expected to be zero most of the time
c = stats["current"] = {}
c["apps"] = len(self.get_all_apps())
def q(query, values=()):