From ff1bd0a4b8eda61b5cf0e2757214fd04deccd72c Mon Sep 17 00:00:00 2001 From: krowvin Date: Thu, 12 Nov 2020 17:03:04 -0600 Subject: [PATCH] Update webauth.py Link is broken. Added two alternate links to the same information. --- plexpy/webauth.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexpy/webauth.py b/plexpy/webauth.py index 54ea7a0c..c11faf78 100644 --- a/plexpy/webauth.py +++ b/plexpy/webauth.py @@ -16,7 +16,8 @@ # along with Tautulli. If not, see . -# http://tools.cherrypy.org/wiki/AuthenticationAndAccessRestrictions +# http://web.archive.org/web/20170210040849/http://tools.cherrypy.org/wiki/AuthenticationAndAccessRestrictions +# https://github.com/cherrypy/tools/blob/master/AuthenticationAndAccessRestrictions # Form based authentication for CherryPy. Requires the # Session tool to be loaded.