From 7462efa1a170b19573026dcc1880a3481eb70f4e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Aug 2019 17:55:53 +0100 Subject: [PATCH] Tidying --- posts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posts.py b/posts.py index 292347382..e6a55a60b 100644 --- a/posts.py +++ b/posts.py @@ -404,8 +404,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \ if ':' not in domain: domain=domain+':'+str(port) - #if not clientToServer: - # # convert content to html + # convert content to html content= \ addHtmlTags(baseDir,httpPrefix, \ nickname,domain,content, \