mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Accepted Grantbow's suggestion.
This commit is contained in:
parent
70a9fdb6b6
commit
86106460d6
@ -134,7 +134,7 @@ class RSS(callbacks.Privmsg):
|
|||||||
t = threading.Thread(target=self._newHeadlines,
|
t = threading.Thread(target=self._newHeadlines,
|
||||||
name='Fetching <%s>' % url,
|
name='Fetching <%s>' % url,
|
||||||
args=(irc, channels, name, url))
|
args=(irc, channels, name, url))
|
||||||
self.log.info('Spawning thread to fetch <%s>', url)
|
self.log.debug('Spawning thread to fetch <%s>', url)
|
||||||
world.threadsSpawned += 1
|
world.threadsSpawned += 1
|
||||||
t.setDaemon(True)
|
t.setDaemon(True)
|
||||||
t.start()
|
t.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user