diff --git a/posts.py b/posts.py index f9d5a0fd..8c0d968a 100644 --- a/posts.py +++ b/posts.py @@ -1741,7 +1741,7 @@ def createBoxBase(baseDir: str,boxname: str, \ p=commentjson.load(fp) if boxname!='dm' or \ - (boxname=='dm' and isDM(p)) + (boxname=='dm' and isDM(p)): # remove any capability so that it's not displayed if p.get('capability'): del p['capability']