We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11c341 commit 08970a9Copy full SHA for 08970a9
1 file changed
demo-tornado/views.py
@@ -171,6 +171,7 @@ def init_saml_auth(req):
171
auth = OneLogin_Saml2_Auth(req, custom_base_path=Settings.SAML_PATH)
172
return auth
173
174
+
175
if __name__ == "__main__":
176
app = Application()
177
http_server = tornado.httpserver.HTTPServer(app)
0 commit comments