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