mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Darn, missed one.
This commit is contained in:
parent
0b699e8ad8
commit
dfd929d197
@ -177,7 +177,7 @@ def urlSnarfer(f):
|
||||
while _snarfed and _snarfed[0][2] < cutoff:
|
||||
_snarfed.dequeue()
|
||||
url = match.group(0)
|
||||
for (qUrl, target, when) in q:
|
||||
for (qUrl, target, when) in _snarfed:
|
||||
if url == qUrl and target == channel and not world.testing:
|
||||
self.log.info('Not snarfing %s from %r: in queue.',
|
||||
url, msg.prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user