Changeset - 5668ad92a98e
[Not reviewed]
default
0 1 0
Drew Perttula - 7 years ago 2018-06-08 09:14:36
drewp@bigasterisk.com
bug in collector log
Ignore-this: aa0d13a3d59c156de00d48939af36145
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/collector
Show inline comments
 
@@ -66,7 +66,7 @@ class WebListeners(object):
 
        
 
    def addClient(self, client):
 
        self.clients.append([client, {}]) # seen = {dev: attrs}
 
        log.info('added client %s %s', len(clients), client)
 
        log.info('added client %s %s', len(self.clients), client)
 

	
 
    def delClient(self, client):
 
        self.clients = [[c, t] for c, t in self.clients if c != client]
0 comments (0 inline, 0 general)