From 4bfc28f8844824d40e0259363ad6c8da83cd3187 Mon Sep 17 00:00:00 2001 From: Alexandre Ferland <admiralobvious@users.noreply.github.com> Date: Sun, 14 Jul 2019 23:44:42 -0400 Subject: [PATCH] Update index.rst --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index e4a5711..1c85f1d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,6 +41,10 @@ required configuration options: @ldap.login_required def ldap_protected(): return 'Success!' + + + if __name__ == '__main__': + app.run() Configuration -- GitLab