from blog import app as application
if __name__ == '__main__':
# app.run() app.run(host='0.0.0.0', port=8080) # app.run(debug=True)