Fix log error

This commit is contained in:
tomkat83 2016-09-04 16:50:34 +02:00
parent 394b6a240b
commit dc823c0cae

View file

@ -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')