Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dict.py
diff options
context:
space:
mode:
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