merge-requests/8/head
Bob Mottram 2020-10-07 22:49:19 +01:00
parent 15b15c3a07
commit dd2c1c99b2
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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,