Add music emoji to music links

main2
Bob Mottram 2019-09-24 10:27:34 +01:00
parent f5871ea7f8
commit 7c497bb323
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 ':music: '+content+' '+tag+' '
def addWebLinks(content: str) -> str:
"""Adds markup for web links