Added fix for issue 1529

Signed-off-by: Aayush Kasurde <aayush.kasurde@gmail.com>
This commit is contained in:
Aayush Kasurde 2015-07-12 21:08:16 +05:30
parent 0ba63a6707
commit c6ead5942e

View file

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