diff --git a/funcs/other/bedreNetflix.py b/funcs/other/bedreNetflix.py index fa0307e..2ef6ef7 100644 --- a/funcs/other/bedreNetflix.py +++ b/funcs/other/bedreNetflix.py @@ -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")