Intify the stupid help.

This commit is contained in:
Jeremy Fincher 2003-12-02 18:50:46 +00:00
parent 1b8d655738
commit 1ff44651a9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class Lookup(callbacks.Privmsg):
db = getDb()
cursor = db.cursor()
cursor.execute("""SELECT COUNT(*) FROM %s""" % name)
rows = cursor.fetchone()[0]
rows = int(cursor.fetchone()[0])
docstring = """[<key>]
If <key> is given, looks up <key> in the %s database. Otherwise,