forked from indymedia/epicyon
atom
parent
8b7b9d5660
commit
b58cdeba8b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue