From 573bd831bc001c9269130e9ecc1c5d6cbf7f130a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 20 Dec 2025 15:26:30 +0000 Subject: [PATCH] Debug --- newswire.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newswire.py b/newswire.py index 620151c72..bf180dbb7 100644 --- a/newswire.py +++ b/newswire.py @@ -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: