This commit is contained in:
NikolajDanger
2021-02-03 18:15:16 +01:00
parent b1473c6ac6
commit f9c6f275c1

View File

@ -239,7 +239,7 @@ class BedreNetflix():
messageText, allDownloaded = await self.genDownloadList()
if messageText.startswith("```")
if messageText.startswith("```"):
if allDownloaded:
messageText = messageText[:-3]+"\nThis message will not update because all torrents are downloaded.\n```"
logThis("All torrents are downloaded")