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 db09c6798e
commit 8ba986e45e
1 changed files with 3 additions and 0 deletions

View File

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