From 7a2c9ea7aa4c87ecd810680761e105ffeeb30101 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 29 Apr 2017 18:13:03 +0800 Subject: [PATCH] Remove extra space in 'sound:{0}'. --- wquery/service/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wquery/service/base.py b/wquery/service/base.py index 44e36cd..bce1322 100644 --- a/wquery/service/base.py +++ b/wquery/service/base.py @@ -194,7 +194,7 @@ def active(self, action_label, word): @staticmethod def get_anki_label(filename, type_): - formats = {'audio': u'[sound: {0}]', + formats = {'audio': u'[sound:{0}]', 'img': u'', 'video': u''} return formats[type_].format(filename)