diff --git a/rophako/model/emoticons.py b/rophako/model/emoticons.py index 6f06675..07d121a 100644 --- a/rophako/model/emoticons.py +++ b/rophako/model/emoticons.py @@ -68,7 +68,7 @@ def render(message): for trigger in smileys["map"][img]: if trigger in message: # Substitute it. - sub = """{trigger}""".format( + sub = """{trigger}""".format( url="/static/smileys/{}/{}".format(Config.emoticons.theme, img), trigger=trigger, )