Actually RUN the test app. *slow clap*, tkd.

master
q3k 2012-05-13 10:16:23 +00:00
parent 4715b12864
commit fbf3b407a1
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ app = Flask(__name__, static_folder='../', static_url_path='', template_folder='
@app.route('/')
def index():
return render_template('index.html')
app.run()