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