From e3d51d6c034d106d9fd02a9865d2e351fd9f1f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl?= Date: Fri, 11 Oct 2024 16:38:16 +0200 Subject: [PATCH] oupsie --- Post_RSS_on_SubStack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Post_RSS_on_SubStack.py b/Post_RSS_on_SubStack.py index 5561101..e8110ef 100644 --- a/Post_RSS_on_SubStack.py +++ b/Post_RSS_on_SubStack.py @@ -181,7 +181,7 @@ class SubStackTask: ftext = "" if "actugaming" in linkURL: - if "puzzle-" or "guide-" in linkURL: + if "puzzle-" in linkURL or "guide-" in linkURL: continue LOG.info("Posting " + str(title))