From 7bc3ee7fdf8bb41a2e2f9fc127794e7b38195d16 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Wed, 13 Apr 2016 14:20:28 +0200 Subject: [PATCH] Fix TypeError --- resources/lib/downloadutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/downloadutils.py b/resources/lib/downloadutils.py index a18c9efa..f17c2532 100644 --- a/resources/lib/downloadutils.py +++ b/resources/lib/downloadutils.py @@ -268,7 +268,7 @@ class DownloadUtils(): if (int(window('countUnauthorized')) >= self.unauthorizedAttempts): self.logMsg('We seem to be truly unauthorized for PMS' - % url, -1) + ' %s ' % url, -1) if window('emby_serverStatus') not in ('401', 'Auth'): # Tell userclient token has been revoked. self.logMsg('Setting PMS server status to '