mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
78c06df1c6
commit
a9c07065a0
|
@ -381,6 +381,9 @@ def getRSSfromDict(baseDir: str, newswire: {},
|
||||||
|
|
||||||
def isNewswireBlogPost(postJsonObject: {}) -> bool:
|
def isNewswireBlogPost(postJsonObject: {}) -> bool:
|
||||||
"""Is the given object a blog post?
|
"""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:
|
if not postJsonObject:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue