separate downloads and personal stash

This commit is contained in:
Bryan Bailey
2019-11-07 12:17:38 -05:00
parent fbcf6769ce
commit bbe2d7a8f7
5 changed files with 25 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ login_manager.login_view = 'auth.login'
def create_app(config_name):
app = Flask(__name__)
app = Flask(__name__, static_url_path='')
app.config.from_object(config[config_name])
config[config_name].init_app(app)