From f9c6f275c1d5957be1d464a53b46bc10adaf46a8 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 3 Feb 2021 18:15:16 +0100 Subject: [PATCH] :bug: --- funcs/other/bedreNetflix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")