diff --git a/plugins/wordnik.py b/plugins/wordnik.py index 23b4815a2..0eb2a9512 100644 --- a/plugins/wordnik.py +++ b/plugins/wordnik.py @@ -168,7 +168,7 @@ def pronounce(text, event): raise out = colors.parse("$(b){}$(b): ").format(text) - out += " • ".join([i['raw'] for i in json]) + out += " • ".join([i['raw'] for i in json]) # pylint: disable=invalid-sequence-index try: json = word_lookup(text, "audio", limit=1)