mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Changed limit to 100 instead of 10.
This commit is contained in:
parent
b6993152e6
commit
cfa737d1d7
@ -260,7 +260,7 @@ class URLSnarfer(callbacks.Privmsg, ChannelDBHandler):
|
||||
sql = """SELECT url, added, added_by
|
||||
FROM urls
|
||||
WHERE %s ORDER BY id DESC
|
||||
LIMIT 10""" % criterion
|
||||
LIMIT 100""" % criterion
|
||||
cursor.execute(sql, *formats)
|
||||
if cursor.rowcount == 0:
|
||||
irc.reply(msg, 'No URLs matched that criteria.')
|
||||
|
Loading…
Reference in New Issue
Block a user