Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dict.py
diff options
context:
space:
mode:
authorAssim <assim@localhost.localdomain>2008-08-16 10:50:08 (GMT)
committer Assim <assim@localhost.localdomain>2008-08-16 10:50:08 (GMT)
commitbae7e68f664f99d520fda046eea6ca489ea2863f (patch)
treed4559dc04dec84ada378d8fcf735ea6ad91f0bc2 /dict.py
parent33009a980375f030701e6c8fdeb69b3b94fb74e7 (diff)
modified skill level dialog
Diffstat (limited to 'dict.py')
-rwxr-xr-xdict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dict.py b/dict.py
index dab31fd..d673e1a 100755
--- a/dict.py
+++ b/dict.py
@@ -86,7 +86,7 @@ class Dict:
self.cur.execute("SELECT wordid from las_word where length = ? and exclude = 0 and freq >= ? and freq <= ?", (l, lf, uf ))
self.wordid_list.extend( self.cur.fetchall())
#count = self.wordid_list.count
- print len(self.wordid_list)
+ #print len(self.wordid_list)
if numwords <= 0:
random.shuffle(self.wordid_list)
return self.wordid_list