Don't need replaces

main
Bob Mottram 2020-10-10 13:25:07 +01:00
parent 098932440c
commit fbb230ac5c
1 changed files with 0 additions and 2 deletions

View File

@ -135,8 +135,6 @@ def atomFeedToDict(xmlStr: str, moderated: bool) -> {}:
try:
publishedDate = \
datetime.strptime(pubDate, "%Y-%m-%dT%H:%M:%SZ")
publishedDate = publishedDate.replace('Z', '')
publishedDate = publishedDate.replace('T', ' ') + '+00:00'
postFilename = ''
votesStatus = []
result[str(publishedDate)] = [title, link,