pgurazada1 commited on
Commit
81daf6f
·
verified ·
1 Parent(s): 31abca2

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +0 -1
server.py CHANGED
@@ -141,7 +141,6 @@ app.add_middleware(SessionMiddleware, secret_key=SECRET_KEY)
141
 
142
  # Set up OAuth
143
  oauth = OAuth()
144
- oauth.init_app(app)
145
  CONF_URL = 'https://accounts.google.com/.well-known/openid-configuration'
146
  oauth.register(
147
  name='google',
 
141
 
142
  # Set up OAuth
143
  oauth = OAuth()
 
144
  CONF_URL = 'https://accounts.google.com/.well-known/openid-configuration'
145
  oauth.register(
146
  name='google',