mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added another elucidating comment.
This commit is contained in:
parent
5815b3b348
commit
c1dcb47e3f
@ -120,6 +120,9 @@ def urlSnarfer(f):
|
|||||||
def doSnarf():
|
def doSnarf():
|
||||||
_snarfLock.acquire()
|
_snarfLock.acquire()
|
||||||
try:
|
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:
|
if msg.repliedTo:
|
||||||
self.log.debug('Not snarfing, msg is already repliedTo.')
|
self.log.debug('Not snarfing, msg is already repliedTo.')
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user