mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 19:40:08 -07:00
Remove word "allowed"
This commit is contained in:
parent
624863d826
commit
66167d5960
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue