Add extra space

master
Bob Mottram 2019-09-05 11:08:05 +01:00
parent 966560beea
commit 063749a1cb
1 changed files with 1 additions and 1 deletions

View File

@ -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