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.