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
if not musicSiteFound:
return content
return content+' '+tag
return content+' '+tag+' '
def addWebLinks(content: str) -> str:
"""Adds markup for web links