Mercurial > code > home > repos > light9
diff bin/effectsequencer @ 1926:1a7e5b07bf17
use my greplin fork's stats/ code instead of an old local one
Ignore-this: f0935bd61f0b982e544c1991e14fb51e
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 02 Jun 2019 00:05:12 +0000 |
parents | 91bcc6c76934 |
children | 4718ca6f812e |
line wrap: on
line diff
--- a/bin/effectsequencer Sat Jun 01 23:46:34 2019 +0000 +++ b/bin/effectsequencer Sun Jun 02 00:05:12 2019 +0000 @@ -5,7 +5,7 @@ from run_local import log from twisted.internet import reactor -from light9.greplin_cyclone import StatsForCyclone +from greplin.scales.cyclonehandler import StatsHandler from rdfdb.syncedgraph import SyncedGraph from light9 import networking, showconfig from greplin import scales @@ -51,7 +51,9 @@ "default_filename": "sequencer.html" }), (r'/updates', Updates), - (r'/stats', StatsForCyclone), + (r'/stats/(.*)', StatsHandler, { + 'serverName': 'effectsequencer' + }), ], debug=True, seq=self.seq,