Merge pull request #93 from oddstr13/pr-fix-syntaxerror-1

Remove stray single quote resulting in crash
This commit is contained in:
mcarlton00 2019-09-28 14:50:04 -04:00 committed by GitHub
commit d7cc0a4afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: