rrd.py: clientCount -= 1 might not be needed with gluon/alfred
This commit is contained in:
parent
8ee4cbcf24
commit
a47345d51b
2
rrd.py
2
rrd.py
|
@ -118,7 +118,7 @@ class rrd:
|
||||||
if not node.flags['client']:
|
if not node.flags['client']:
|
||||||
nodes[node.id] = node
|
nodes[node.id] = node
|
||||||
node.clients = 0;
|
node.clients = 0;
|
||||||
clientCount -= 1
|
clientCount -= 1 # XXX: might not be needed with gluon/alfred
|
||||||
else:
|
else:
|
||||||
clientCount += 1
|
clientCount += 1
|
||||||
for link in db.get_links():
|
for link in db.get_links():
|
||||||
|
|
Loading…
Reference in a new issue