Mercurial > code > home > repos > homeauto
comparison service/powerEagle/reader.py @ 1523:0da337780f22
dep updates; graph url renames; and other build updates
Ignore-this: 4603ef3d8db650a13e543dad8580ade8
darcs-hash:0840491cd6a4e4966f47a2abca0ed30ec434022a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 05 Feb 2020 00:23:06 -0800 |
parents | 013af6808aca |
children | b87b6e9cedb2 |
comparison
equal
deleted
inserted
replaced
1522:040e12a696a9 | 1523:0da337780f22 |
---|---|
99 reactor.listenTCP( | 99 reactor.listenTCP( |
100 int(arg['--port']), | 100 int(arg['--port']), |
101 cyclone.web.Application( | 101 cyclone.web.Application( |
102 [ | 102 [ |
103 (r'/stats/(.*)', StatsHandler, {'serverName': 'powerEagle'}), | 103 (r'/stats/(.*)', StatsHandler, {'serverName': 'powerEagle'}), |
104 (r"/graph/power", CycloneGraphHandler, {'masterGraph': masterGraph}), | |
105 (r"/graph/power/events", CycloneGraphEventsHandler, {'masterGraph': masterGraph}), | |
104 ], | 106 ], |
105 )) | 107 )) |
106 reactor.run() | 108 reactor.run() |