mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Commented out some debugging log statements (yes, I realize they were in a
huge comment block already)
This commit is contained in:
parent
69ce95d500
commit
93d3d78ccb
@ -277,9 +277,9 @@ class Amazon(callbacks.Privmsg):
|
|||||||
}
|
}
|
||||||
s = '"%(title)s", from %(publisher)s.%(url)s'
|
s = '"%(title)s", from %(publisher)s.%(url)s'
|
||||||
try:
|
try:
|
||||||
self.log.warning(category)
|
#self.log.warning(category)
|
||||||
items = amazon.browseBestSellers(category)
|
items = amazon.browseBestSellers(category)
|
||||||
self.log.warning(items)
|
#self.log.warning(items)
|
||||||
res = self._genResults(s, attribs, items, url)
|
res = self._genResults(s, attribs, items, url)
|
||||||
if res:
|
if res:
|
||||||
irc.reply(msg, utils.commaAndify(res))
|
irc.reply(msg, utils.commaAndify(res))
|
||||||
|
Loading…
Reference in New Issue
Block a user