plint

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

commit 2f4f1336a65a0781b25eeb3485e2ff6810e4ca1b
parent 37653c3e6794b2581ea14e05b43c670ae310b91d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  5 Apr 2016 20:35:57 +0200

-useless line

Diffstat:
plint_web.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/plint_web.py b/plint_web.py @@ -139,7 +139,6 @@ def q(lang): THROTTLE_DELAY) return dumps({'error': msg}) throttle.add((ip, t)) - poem = request.forms.get('poem') poem = re.sub(r'<>&', '', request.forms.get('poem')) print(poem) poem = check(poem)