forked from indymedia/epicyon
Less indentation
parent
c2aae98b87
commit
64b7cf4b11
|
@ -115,7 +115,8 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str:
|
|||
break
|
||||
else:
|
||||
postUrl = sections[2]
|
||||
if '##' in postUrl:
|
||||
if '##' not in postUrl:
|
||||
break
|
||||
postDomain = postUrl.split('##')[1]
|
||||
if '#' in postDomain:
|
||||
postDomain = postDomain.split('#')[0]
|
||||
|
|
Loading…
Reference in New Issue