From 01adb33debf918c9576a0298830ed7e111f39110 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 1 Sep 2003 05:03:27 +0000 Subject: [PATCH] Fix a typo --- plugins/FunDB.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/FunDB.py b/plugins/FunDB.py index 566948b8e..5fe83a970 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -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