Mercurial > code > home > repos > homeauto
comparison service/piNode/piNode.py @ 220:fb23df31b642
ipv6 and some refactor
Ignore-this: 8ae5a78848fac996ad777eb74a48e656
author | drewp@bigasterisk.com |
---|---|
date | Sun, 03 Jan 2016 02:32:46 -0800 |
parents | e052416a2290 |
children | 666e0e756ce6 |
comparison
equal
deleted
inserted
replaced
219:366b061ba71d | 220:fb23df31b642 |
---|---|
165 (r'/static/(.*)', cyclone.web.StaticFileHandler, {"path": "../arduinoNode/static"}), | 165 (r'/static/(.*)', cyclone.web.StaticFileHandler, {"path": "../arduinoNode/static"}), |
166 (r"/graph", GraphPage), | 166 (r"/graph", GraphPage), |
167 (r'/output', OutputPage), | 167 (r'/output', OutputPage), |
168 (r'/boards', Boards), | 168 (r'/boards', Boards), |
169 #(r'/dot', Dot), | 169 #(r'/dot', Dot), |
170 ], config=config, board=board, debug=arg['-v'])) | 170 ], config=config, board=board, debug=arg['-v']), interface='::') |
171 reactor.run() | 171 reactor.run() |
172 | 172 |
173 main() | 173 main() |