From c437821e3c915dac64e53728fcd6f75cc119b336 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 25 Sep 2016 17:35:40 +0200 Subject: [PATCH] Fix TypeError for manually entering PMS address - Fixes #114 --- resources/lib/entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index 59997340..a66744db 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -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)