drime

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

commit c5152af4d38e93f951c36ef8e04c3d2b272188a7
parent f9baece76e770a80200d8704b9d195ac0f3f4900
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 27 Dec 2011 01:27:21 +0100

remove debug

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

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