From 60650eb7e3a874324db3122410c70dab865b3b40 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 13 Oct 2020 14:46:16 +0100 Subject: [PATCH] Missing parameter --- posts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posts.py b/posts.py index 8ef55044..fa3a4a3c 100644 --- a/posts.py +++ b/posts.py @@ -1211,13 +1211,12 @@ def createPublicPost(baseDir: str, def createBlogPost(baseDir: str, nickname: str, domain: str, port: int, httpPrefix: str, content: str, followersOnly: bool, saveToFile: bool, - clientToServer: bool, + clientToServer: bool, commentsEnabled: bool, attachImageFilename: str, mediaType: str, imageDescription: str, useBlurhash: bool, inReplyTo=None, inReplyToAtomUri=None, subject=None, schedulePost=False, eventDate=None, eventTime=None, location=None) -> {}: - commentsEnabled = True blog = \ createPublicPost(baseDir, nickname, domain, port, httpPrefix,