mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +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):
|
||||
cursor = db.cursor()
|
||||
sql =
|
||||
try:
|
||||
cursor.execute("""SELECT * from %s LIMIT 1""" % table)
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user