fix
This commit is contained in:
parent
e2d1b69df5
commit
041e246199
@ -31,7 +31,7 @@ class Aggregate:
|
||||
search_result = None
|
||||
for source in sources:
|
||||
if source.label.lower() in self.exclude_methods:
|
||||
logging.debug("Skipping source: %s, excluded.")
|
||||
logging.debug("Skipping source: %s, excluded.", source.label)
|
||||
continue
|
||||
search_result = await source.search(artist, song)
|
||||
if search_result:
|
||||
|
Loading…
x
Reference in New Issue
Block a user