mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
b94aaf6e89
commit
5913bf3466
|
@ -224,8 +224,7 @@ def parseFeedDate(pubDate: str) -> str:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
publishedDate = \
|
publishedDate = datetime.strptime(pubDate, dateFormat)
|
||||||
datetime.strptime(pubDate, dateFormat)
|
|
||||||
except BaseException:
|
except BaseException:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue