Mercurial > code > home > repos > homeauto
diff service/xidle/xidle.py @ 1020:5a5badf59503
ipv6 support
Ignore-this: b6fe9c1fe232302cdd1b6469cbc8ac24
darcs-hash:a2a978a5dba938db33107c8928b03680123d4baf
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 03 Jan 2016 02:27:37 -0800 |
parents | 16b8c4f36f31 |
children | 105969d248d6 |
line wrap: on
line diff
--- a/service/xidle/xidle.py Sun Jan 03 02:27:17 2016 -0800 +++ b/service/xidle/xidle.py Sun Jan 03 02:27:37 2016 -0800 @@ -43,5 +43,5 @@ response.set_header('Content-type', 'application/x-trig') return g.asTrig() -run(host="0.0.0.0", server='gunicorn', port=9107, quiet=True) +run(host="[::]", server='gunicorn', port=9107, quiet=True)