From b90abc689122b618c43ee90891330c7ad461ea90 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 22 Nov 2020 18:30:59 +0000 Subject: [PATCH] Debug --- newswire.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/newswire.py b/newswire.py index c79a47c8..ba38af99 100644 --- a/newswire.py +++ b/newswire.py @@ -246,6 +246,7 @@ def xml2StrToDict(baseDir: str, domain: str, xmlStr: str, pubDateStr = str(publishedDate) if not pubDateStr.endswith('+00:00'): pubDateStr += '+00:00' + print('Feed date: ' + pubDateStr) postFilename = '' votesStatus = [] addNewswireDictEntry(baseDir, domain, @@ -316,6 +317,7 @@ def atomFeedToDict(baseDir: str, domain: str, xmlStr: str, pubDateStr = str(publishedDate) if not pubDateStr.endswith('+00:00'): pubDateStr += '+00:00' + print('Feed date: ' + pubDateStr) postFilename = '' votesStatus = [] addNewswireDictEntry(baseDir, domain, @@ -383,6 +385,7 @@ def atomFeedYTToDict(baseDir: str, domain: str, xmlStr: str, pubDateStr = str(publishedDate) if not pubDateStr.endswith('+00:00'): pubDateStr += '+00:00' + print('Feed date: ' + pubDateStr) postFilename = '' votesStatus = [] addNewswireDictEntry(baseDir, domain,