Mercurial > code > home > repos > light9
changeset 1601:f4d822fe8861
subserver old code
Ignore-this: 105bd538f0096f4d0d5c1ced35b04f25
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 03 Jun 2017 20:54:49 +0000 |
parents | eeafac474181 |
children | 0fc61e701347 |
files | bin/subserver |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/subserver Sat Jun 03 20:02:21 2017 +0000 +++ b/bin/subserver Sat Jun 03 20:54:49 2017 +0000 @@ -84,6 +84,6 @@ (r'/(.*)', Static, {"path" : "light9/subserver", "default_filename" : "index.jade"}), - ], debug=True, graph=graph, onNewClient=onNewClient)) + ], debug=True, graph=graph)) log.info("serving on %s" % port) reactor.run()