CC-4661: Listener Statistics

-ability to gather stats without
admin password
This commit is contained in:
Martin Konecny 2012-11-07 17:19:47 -05:00
parent 4218a7f30d
commit bb8f5e107c
2 changed files with 13 additions and 15 deletions

View file

@ -210,7 +210,7 @@ if __name__ == '__main__':
recorder.daemon = True
recorder.start()
stat = ListenerStat()
stat = ListenerStat(config)
stat.daemon = True
stat.start()