Adjustments

This commit is contained in:
bskjon 2024-04-14 02:41:26 +02:00
parent af8a1d9b9b
commit ce5cd71daa

View File

@ -66,7 +66,8 @@ class UseSource():
for wd in weightResult:
titles.append(wd.result.data.title)
titles.extend(wd.result.data.altTitle)
logger.info(f"Title {self.title} gave the result: {"\n\t".join(titles)} \nWith used: {scored[0].result.data.title}\n")
joinedTitles = "\n\t".join(titles)
logger.info(f"Title {self.title} gave the result: {joinedTitles} \nWith used: {scored[0].result.data.title}\n")
except:
pass