From 94b8fe85dc0444460f207f74de1897c8533a4e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sat, 28 Sep 2019 20:35:54 +0200 Subject: [PATCH] Remove stray single quote --- resources/lib/full_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/full_sync.py b/resources/lib/full_sync.py index b6435e04..08cc5b49 100644 --- a/resources/lib/full_sync.py +++ b/resources/lib/full_sync.py @@ -541,7 +541,7 @@ class FullSync(object): # can't find it, but I'm not comfortable # removing it right now LOG.info('Triggered the mystery function') - LOG.debug('Mystery function item type: {}'.format('items[0][1])) + LOG.debug('Mystery function item type: {}'.format(items[0][1])) obj = MEDIA[items[0][1]](self.server, jellyfindb, kodidb, direct_path).remove for item in items: