Missing argument

main
Bob Mottram 2019-12-02 16:10:18 +00:00
parent 964b8524b3
commit c948effb85
1 changed files with 1 additions and 1 deletions

View File

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