microblog2/runp.py

4 lines
62 B
Python
Raw Normal View History

2012-12-16 08:32:38 +00:00
#!flask/bin/python
from app import app
app.run(debug = False)