Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2013-01-03 17:22:28 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2013-01-03 17:22:28 (GMT)
commitfddf2f95ce26cfc1841f1e8277f2fe33ff54ae89 (patch)
tree66378c7e2eed82c5440d91bcce4de75991b58da4
parentda713d912f02e596c42e059415c6148074e86333 (diff)
Fixes.
-rw-r--r--LetterMatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LetterMatch.py b/LetterMatch.py
index ea06299..1790952 100644
--- a/LetterMatch.py
+++ b/LetterMatch.py
@@ -89,7 +89,7 @@ class LetterMatch(activity.Activity):
self._sounds_path = self._lessons_path.replace('lessons', 'sounds')
self.data_from_journal = {}
if 'data_from_journal' in self.metadata:
- self.data_from_journal = json.load(self.metadata['data_from_journal'])
+ self.data_from_journal = json.loads(str(self.metadata['data_from_journal']))
self._setup_toolbars()
# Create a canvas