Changeset - f4d822fe8861
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-06-03 20:54:49
drewp@bigasterisk.com
subserver old code
Ignore-this: 105bd538f0096f4d0d5c1ced35b04f25
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/subserver
Show inline comments
 
@@ -84,6 +84,6 @@ if __name__ == "__main__":
 
        (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()
0 comments (0 inline, 0 general)