tidying up after dev
This commit is contained in:
@@ -2,7 +2,6 @@ from flask import Flask, render_template, request
|
||||
from flask_bootstrap import Bootstrap
|
||||
import db
|
||||
import config
|
||||
import pprint
|
||||
|
||||
app = Flask(__name__)
|
||||
app.config.from_object(config.BaseConfig)
|
||||
@@ -33,6 +32,3 @@ def generate():
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True, host='0.0.0.0')
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user