plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit f6338ef35cce714d1eef8e40048006de6b2c1aa0
parent 62e285f7f27e3897d86c5c3d5b779980fefe4013
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 13 Feb 2016 12:24:04 +0100

use ipv6

Diffstat:
plint_web.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plint_web.py b/plint_web.py @@ -182,5 +182,5 @@ def q(lang): if __name__ == '__main__': diaeresis.load_diaeresis('diaeresis.json') - run(app, port='5000', server="cherrypy", host="0.0.0.0") + run(app, port='5000', server="cherrypy", host="::")