1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-03 14:28:03 +02:00

Fix a typo

This commit is contained in:
James Vega 2003-09-01 05:03:27 +00:00
parent 0061e42c97
commit 01adb33deb

@ -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