mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Accepted Grantbow's suggestion.
This commit is contained in:
parent
a7379fe538
commit
70a9fdb6b6
@ -211,7 +211,7 @@ class RSS(callbacks.Privmsg):
|
||||
self.acquireLock(url)
|
||||
if self.willGetNewFeed(url):
|
||||
try:
|
||||
self.log.info('Downloading new feed from <%s>', url)
|
||||
self.log.debug('Downloading new feed from <%s>', url)
|
||||
results = rssparser.parse(url)
|
||||
except sgmllib.SGMLParseError:
|
||||
self.log.exception('Uncaught exception from rssparser:')
|
||||
|
Loading…
Reference in New Issue
Block a user