From 230ee90b1c29a0321e6298246acb145b0ad6e15b Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 15 Dec 2020 22:47:11 -0800 Subject: [PATCH] Remove link to web.archive.org for CherryPy auth tool --- plexpy/webauth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plexpy/webauth.py b/plexpy/webauth.py index c11faf78..9bac98d4 100644 --- a/plexpy/webauth.py +++ b/plexpy/webauth.py @@ -16,7 +16,6 @@ # along with Tautulli. If not, see . -# 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.