Fix updater

Bugfixes from testruns
Update Testresults
This commit is contained in:
Ozzie Isaacs
2021-03-24 18:45:59 +01:00
parent 2b17bf4114
commit f4e134742b
5 changed files with 818 additions and 2229 deletions

View File

@@ -42,6 +42,7 @@ except NameError:
oauth_check = {}
oauthblueprints = []
oauth = Blueprint('oauth', __name__)
log = logger.create()
@@ -203,7 +204,6 @@ def unlink_oauth(provider):
return redirect(url_for('web.profile'))
def generate_oauth_blueprints():
oauthblueprints = []
if not ub.session.query(ub.OAuthProvider).count():
for provider in ("github", "google"):
oauthProvider = ub.OAuthProvider()