From d378caee59df005e94ba6f891976ceb64c2a48d2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Sep 2014 20:14:17 +0200 Subject: Remove music mode --- client/vocabcompiler.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/vocabcompiler.py') diff --git a/client/vocabcompiler.py b/client/vocabcompiler.py index aba85ce..1ca0d26 100644 --- a/client/vocabcompiler.py +++ b/client/vocabcompiler.py @@ -35,8 +35,6 @@ def compile(sentences, dictionary, languagemodel): for module in modules: words.extend(module.WORDS) - # for spotify module - words.extend(["MUSIC", "SPOTIFY"]) words = list(set(words)) # create the dictionary -- cgit v1.3.1