Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ls.py
diff options
context:
space:
mode:
Diffstat (limited to 'ls.py')
-rw-r--r--ls.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/ls.py b/ls.py
index 52b0a34..ce0521c 100644
--- a/ls.py
+++ b/ls.py
@@ -106,7 +106,7 @@ def get_skill_level():
if __name__=='__main__':
- las = Listenspell()
+ las = Listenspell("dict.db")
las.clear_screen()
las.play_sound("begin")
@@ -131,7 +131,7 @@ if __name__=='__main__':
## print pronouncelist
wordid = wordidlist[index]
result = play_word(wordid)
- print "Your score is " + str(las.getpoints())
+ print "Your score is " + str(las.get_points())
if result == True:
if las.get_words_correct == 7:
@@ -149,5 +149,4 @@ if __name__=='__main__':
gameover = True
las.say_text("Game Over")
print "Game Over."
- las.exit_game()
-
+ las.exit_game() \ No newline at end of file