From c948effb85053a04ea28d0e5430f74bc7d86b12b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Dec 2019 16:10:18 +0000 Subject: [PATCH] Missing argument --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 5e20161b6..5d10911e4 100644 --- a/utils.py +++ b/utils.py @@ -373,7 +373,7 @@ def deletePost(baseDir: str,httpPrefix: str,nickname: str,domain: str,postFilena replyFile=locatePost(baseDir,nickname,domain,replyId) if replyFile: if os.path.isfile(replyFile): - deletePost(baseDir,nickname,domain,replyFile,debug) + deletePost(baseDir,httpPrefix,nickname,domain,replyFile,debug) # remove the replies file os.remove(repliesFilename) # finally, remove the post itself