diff --git a/newsdaemon.py b/newsdaemon.py index f7edd161f..23aa390a1 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -94,6 +94,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, followersOnly = False useBlurhash = False + print('RSS title 1: ' + str(rssTitle)) blog = createNewsPost(baseDir, 'news', domain, port, httpPrefix, rssDescription, followersOnly, False, diff --git a/posts.py b/posts.py index a16816085..166190542 100644 --- a/posts.py +++ b/posts.py @@ -1206,6 +1206,7 @@ def createNewsPost(baseDir: str, eventDate = None eventTime = None location = None + print('RSS title 2: ' + str(subject)) blog = \ createPublicPost(baseDir, nickname, domain, port, httpPrefix,