fix get_state
This commit is contained in:
@@ -133,7 +133,7 @@ class WordCloudModule(WordCloudFields, XModule):
|
||||
self.all_words = temp_all_words
|
||||
|
||||
return self.get_state()
|
||||
if dispatch == 'get_state':
|
||||
elif dispatch == 'get_state':
|
||||
return self.get_state()
|
||||
else:
|
||||
return json.dumps({
|
||||
|
||||
Reference in New Issue
Block a user