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