mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Fix a typo
This commit is contained in:
parent
0061e42c97
commit
01adb33deb
@ -78,7 +78,6 @@ def addWord(db, word, commit=False):
|
|||||||
|
|
||||||
def tableExists(db, table):
|
def tableExists(db, table):
|
||||||
cursor = db.cursor()
|
cursor = db.cursor()
|
||||||
sql =
|
|
||||||
try:
|
try:
|
||||||
cursor.execute("""SELECT * from %s LIMIT 1""" % table)
|
cursor.execute("""SELECT * from %s LIMIT 1""" % table)
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user