From bae7e68f664f99d520fda046eea6ca489ea2863f Mon Sep 17 00:00:00 2001 From: Assim Date: Sat, 16 Aug 2008 10:50:08 +0000 Subject: modified skill level dialog --- (limited to 'dict.py') 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 -- cgit v0.9.1