This shouldn't have been committed.

This commit is contained in:
Jeremy Fincher 2004-12-07 04:49:35 +00:00
parent edb0f1afdd
commit 826786dd47
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class Factoids(plugins.ChannelDBHandler, callbacks.Privmsg):
except ValueError:
irc.error('Invalid key id.')
return
db = self._getDb(channel)
db = self.getDb(channel)
cursor = db.cursor()
cursor.execute("""SELECT factoids.id, factoids.fact
FROM keys, factoids