main
Bob Mottram 2020-11-22 15:25:25 +00:00
parent 8b7b9d5660
commit b58cdeba8b
1 changed files with 1 additions and 1 deletions

View File

@ -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