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