mirror of https://gitlab.com/bashrc2/epicyon
Add extra space
parent
966560beea
commit
063749a1cb
|
@ -25,7 +25,7 @@ def addMusicTag(content: str,tag: str) -> str:
|
||||||
break
|
break
|
||||||
if not musicSiteFound:
|
if not musicSiteFound:
|
||||||
return content
|
return content
|
||||||
return content+' '+tag
|
return content+' '+tag+' '
|
||||||
|
|
||||||
def addWebLinks(content: str) -> str:
|
def addWebLinks(content: str) -> str:
|
||||||
"""Adds markup for web links
|
"""Adds markup for web links
|
||||||
|
|
Loading…
Reference in New Issue