mirror of https://gitlab.com/bashrc2/epicyon
Debug not needed
parent
d6150d7fb0
commit
b94aaf6e89
|
@ -227,7 +227,6 @@ def parseFeedDate(pubDate: str) -> str:
|
|||
publishedDate = \
|
||||
datetime.strptime(pubDate, dateFormat)
|
||||
except BaseException:
|
||||
print('EX: parseFeedDate unable to parse date ' + str(pubDate))
|
||||
continue
|
||||
|
||||
if publishedDate:
|
||||
|
|
Loading…
Reference in New Issue