mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Added another elucidating comment.
This commit is contained in:
parent
5815b3b348
commit
c1dcb47e3f
@ -120,6 +120,9 @@ def urlSnarfer(f):
|
||||
def doSnarf():
|
||||
_snarfLock.acquire()
|
||||
try:
|
||||
# This has to be *after* we've acquired the lock so we can be
|
||||
# sure that all previous urlSnarfers have already run to
|
||||
# completion.
|
||||
if msg.repliedTo:
|
||||
self.log.debug('Not snarfing, msg is already repliedTo.')
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user