Fix log error
This commit is contained in:
parent
394b6a240b
commit
dc823c0cae
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def getSettings():
|
|||
options['user'] = getGUI('webserverusername')
|
||||
options['passwd'] = getGUI('webserverpassword')
|
||||
log.info('Webserver username: %s, password: %s'
|
||||
% (options['user'], options['passwd']), 1)
|
||||
% (options['user'], options['passwd']))
|
||||
|
||||
options['addonName'] = client.getAddonName()
|
||||
options['uuid'] = settings('plex_client_Id')
|
||||
|
|
Loading…
Reference in a new issue