forked from indymedia/epicyon
Reduce indentation
parent
b0360313ce
commit
5355501c5d
|
@ -702,7 +702,9 @@ def htmlHashtagSearch(cssCache: {},
|
||||||
index += 1
|
index += 1
|
||||||
continue
|
continue
|
||||||
postJsonObject = loadJson(postFilename)
|
postJsonObject = loadJson(postFilename)
|
||||||
if postJsonObject:
|
if not postJsonObject:
|
||||||
|
index += 1
|
||||||
|
continue
|
||||||
if not isPublicPost(postJsonObject):
|
if not isPublicPost(postJsonObject):
|
||||||
index += 1
|
index += 1
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue