diff --git a/newswire.py b/newswire.py index 61570fda..8ccef7a7 100644 --- a/newswire.py +++ b/newswire.py @@ -356,7 +356,7 @@ def atomFeedToDict(baseDir: str, domain: str, xmlStr: str, break parsed = True except BaseException: - print('WARN: unrecognized RSS date format EST: ' + pubDate) + print('WARN: unrecognized atom date format EST: ' + pubDate) pass return result