drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

commit 5fb0aafae50eb7439b9b8500d8b81bbacbd9c32a
parent f4cd6d730fe9f0f7a42cf1f0f91c9bd95041aa21
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 26 Oct 2013 14:12:50 +0200

woops, not debug=True...

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

diff --git a/drime.py b/drime.py @@ -78,5 +78,5 @@ def q(): return render_template('error.html', **d) if __name__ == '__main__': - app.run(debug=True) + app.run()