bug fixes

This commit is contained in:
Eric 2023-06-10 11:10:17 -07:00
parent cf52eba391
commit 50dad8391f
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -209,8 +209,8 @@ def filter_playlist(
except MapNotFoundError:
logging.warning(
'Map \'%s\' not found while scanning playlist \'%s\'.',
name,
entry['settings']['map'],
name,
)
except ImportError as exc:
logging.warning(