mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
220f5683b9
commit
7462efa1a1
3
posts.py
3
posts.py
|
@ -404,8 +404,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
|
||||||
if ':' not in domain:
|
if ':' not in domain:
|
||||||
domain=domain+':'+str(port)
|
domain=domain+':'+str(port)
|
||||||
|
|
||||||
#if not clientToServer:
|
# convert content to html
|
||||||
# # convert content to html
|
|
||||||
content= \
|
content= \
|
||||||
addHtmlTags(baseDir,httpPrefix, \
|
addHtmlTags(baseDir,httpPrefix, \
|
||||||
nickname,domain,content, \
|
nickname,domain,content, \
|
||||||
|
|
Loading…
Reference in New Issue