main
Bob Mottram 2025-12-20 15:26:30 +00:00
parent dec822f8fc
commit 573bd831bc
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ def parse_feed_date(pub_date: str, unique_string_identifier: str) -> str:
# published_date = \
# date_from_string_format(pub_date2, [date_format])
except BaseException as exc:
errmsg += ' ' + str(exc)
errmsg += ' ' + str(exc).replace('\n', ' ')
continue
if published_date is not None: