From a9c07065a0a65e6c358b5676c978741a7793db94 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Oct 2020 10:47:39 +0000 Subject: [PATCH] Comment --- newswire.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/newswire.py b/newswire.py index 5c126fdf..80815d19 100644 --- a/newswire.py +++ b/newswire.py @@ -381,6 +381,9 @@ def getRSSfromDict(baseDir: str, newswire: {}, def isNewswireBlogPost(postJsonObject: {}) -> bool: """Is the given object a blog post? + There isn't any difference between a blog post and a newswire blog post + but we may here need to check for different properties than + isBlogPost does """ if not postJsonObject: return False