Fix TypeError for manually entering PMS address

- Fixes #114
This commit is contained in:
tomkat83 2016-09-25 17:35:40 +02:00
parent c2b5434a9b
commit c437821e3c

View file

@ -1362,7 +1362,7 @@ def enterPMS():
settings('plex_machineIdentifier', '')
else:
settings('plex_machineIdentifier', machineIdentifier)
log.info('Setting new PMS to https %s, ip %s, port %s, machineIdentifier '
log.info('Set new PMS to https %s, ip %s, port %s, machineIdentifier %s'
% (https, ip, port, machineIdentifier))
settings('https', value=https)
settings('ipaddress', value=ip)