Skip to content

Commit

Permalink
Do not explicitly set custom scope function, no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Mar 1, 2017
1 parent c10346c commit 4605a83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions portal/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import sys
import requests_cache
from flask import Flask
from flask_webtest import get_scopefunc
import redis
from urlparse import urlparse

Expand Down Expand Up @@ -109,7 +108,6 @@ def configure_extensions(app):
db.init_app(app)
if app.testing:
session_options = {}
session_options['scopefunc'] = get_scopefunc()
db.session_options = session_options

# flask-user
Expand Down

0 comments on commit 4605a83

Please sign in to comment.