Updated the examples to be cli based

This commit is contained in:
Armin Ronacher 2014-04-29 01:48:31 +02:00
parent 3be7d918ce
commit 9ab5987100
6 changed files with 26 additions and 33 deletions

View file

@ -23,7 +23,3 @@ def add_numbers():
@app.route('/')
def index():
return render_template('index.html')
if __name__ == '__main__':
app.run()