Correction6W

This commit is contained in:
bskjon 2024-04-15 01:52:49 +02:00
parent 4a01dac180
commit 0a632acfcd

View File

@ -95,7 +95,7 @@ class UseSource():
titles.append(wd.result.data.title)
titles.extend(wd.result.data.altTitle)
joinedTitles = "\n\t" + "\n\t".join(titles)
logger.info(f"[Title]: {self.title} gave the result: {joinedTitles} \nTitle selected: \n\t{scored[0].result.data.title}\n")
logger.info(f"[Title]: {self.title} \nFound: {joinedTitles} \nTitle selected: \n\t{scored[0].result.data.title}\n")
except Exception as e:
logger.error(e)
pass