diff service/piNode/piNode.py @ 1025:f58b5536f683

ipv6 and some refactor Ignore-this: 8ae5a78848fac996ad777eb74a48e656 darcs-hash:f0b1959fdda425f82cb1bb1581eb46dc909f3c36
author drewp <drewp@bigasterisk.com>
date Sun, 03 Jan 2016 02:32:46 -0800
parents 065fc9e07c10
children 666e0e756ce6
line wrap: on
line diff
--- a/service/piNode/piNode.py	Sun Jan 03 02:32:33 2016 -0800
+++ b/service/piNode/piNode.py	Sun Jan 03 02:32:46 2016 -0800
@@ -167,7 +167,7 @@
         (r'/output', OutputPage),
         (r'/boards', Boards),
         #(r'/dot', Dot),
-        ], config=config, board=board, debug=arg['-v']))
+        ], config=config, board=board, debug=arg['-v']), interface='::')
     reactor.run()
 
 main()