From 66167d59608cbfa7a752b99b0ed109c85f4daddb Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 2 Mar 2018 10:24:28 -0800 Subject: [PATCH] Remove word "allowed" --- plexpy/webstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/webstart.py b/plexpy/webstart.py index 63f5ddeb..7a427037 100644 --- a/plexpy/webstart.py +++ b/plexpy/webstart.py @@ -72,7 +72,7 @@ def initialize(options): if plexpy.CONFIG.HTTP_PLEX_ADMIN: login_allowed.append("Plex admin") - logger.info(u"Tautulli WebStart :: Web server authentication is enabled: %s allowed", ' and '.join(login_allowed)) + logger.info(u"Tautulli WebStart :: Web server authentication is enabled: %s.", ' and '.join(login_allowed)) if options['http_basic_auth']: auth_enabled = False