microblog2/runp.py

4 lines
62 B
Python
Executable File

#!flask/bin/python
from app import app
app.run(debug = False)