Fully remove flask_bootstrap

This commit is contained in:
IamTheFij 2018-02-09 12:59:34 -08:00
parent 4624d60e6d
commit bceb559a16
1 changed files with 0 additions and 2 deletions

View File

@ -1,14 +1,12 @@
import os
import sys
from flask_bootstrap import Bootstrap
import flask
import requests
app = flask.Flask(__name__)
app.config['DEBUG'] = True
Bootstrap(app)
indexer_url = os.environ.get('INDEXER_URL', 'http://indexer')