diff --git a/plexpy/webstart.py b/plexpy/webstart.py index 2f543fb9..59ae8608 100644 --- a/plexpy/webstart.py +++ b/plexpy/webstart.py @@ -127,6 +127,8 @@ def initialize(options): basic_auth_enabled = False cherrypy.tools.auth = cherrypy.Tool('before_handler', webauth.check_auth, priority=2) else: + logger.warn("Tautulli WebStart :: Web server authentication is disabled!") + plexpy.AUTH_ENABLED = False basic_auth_enabled = False