mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Grammar nazi of DOOM!
This commit is contained in:
parent
80c53dcea3
commit
919f9e0915
@ -130,7 +130,7 @@ class RSS(callbacks.Plugin):
|
|||||||
# We acquire the lock here so there's only one announcement thread
|
# We acquire the lock here so there's only one announcement thread
|
||||||
# in this code at any given time. Otherwise, several announcement
|
# in this code at any given time. Otherwise, several announcement
|
||||||
# threads will getFeed (all blocking, in turn); then they'll all
|
# threads will getFeed (all blocking, in turn); then they'll all
|
||||||
# want to sent their news messages to the appropriate channels.
|
# want to send their news messages to the appropriate channels.
|
||||||
# Note that we're allowed to acquire this lock twice within the
|
# Note that we're allowed to acquire this lock twice within the
|
||||||
# same thread because it's an RLock and not just a normal Lock.
|
# same thread because it's an RLock and not just a normal Lock.
|
||||||
self.acquireLock(url)
|
self.acquireLock(url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user