plint

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

commit a1ea56fb1c7d15ac663c8ed74c0980abcbbc40a1
parent 9ce71bf64c863aa4388d04853520a6c7ee9d5ac2
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 29 Jan 2013 23:09:03 +0100

print poem for debug

Diffstat:
plint_web.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/plint_web.py b/plint_web.py @@ -83,6 +83,7 @@ def q(): } localization.init_locale(get_locale()) d['poem'] = re.sub(r'<>&', '', d['poem']) + print(d['poem']) poem = check(d['poem']) if not poem: return env.get_template('error.html').render(**d)