Fix a typo

This commit is contained in:
James Vega 2003-09-01 05:03:27 +00:00
parent 0061e42c97
commit 01adb33deb
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ def addWord(db, word, commit=False):
def tableExists(db, table):
cursor = db.cursor()
sql =
try:
cursor.execute("""SELECT * from %s LIMIT 1""" % table)
return True