Misc
This commit is contained in:
@@ -68,10 +68,10 @@ class Aggregate:
|
||||
if plain: # do not record LRC fails
|
||||
try:
|
||||
await self.redis_cache.increment_found_count("failed")
|
||||
await self.notifier.send(
|
||||
"WARNING",
|
||||
f"Could not find {artist} - {song} via queried sources.",
|
||||
)
|
||||
# await self.notifier.send(
|
||||
# "WARNING",
|
||||
# f"Could not find {artist} - {song} via queried sources.",
|
||||
# )
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
logging.info("Could not increment redis failed counter: %s", str(e))
|
||||
|
||||
Reference in New Issue
Block a user