git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3218e1
)
Stupid typo.
author
CMDR furrycat
<elite@furrycat.net>
Wed, 14 Dec 2016 08:04:43 +0000
(08:04 +0000)
committer
CMDR furrycat
<elite@furrycat.net>
Wed, 14 Dec 2016 08:04:43 +0000
(08:04 +0000)
plugin/feeds/feeds.py
patch
|
blob
|
history
diff --git
a/plugin/feeds/feeds.py
b/plugin/feeds/feeds.py
index
1c080d9
..
19d13c2
100644
(file)
--- a/
plugin/feeds/feeds.py
+++ b/
plugin/feeds/feeds.py
@@
-154,7
+154,7
@@
class Feeds(DBConnection):
else:
all_entries.sort(key = lambda entry: entry['order'])
- limit = m
in
(len(all_entries) * 2, int(bot.get('message_limit') * 1.5))
+ limit = m
ax
(len(all_entries) * 2, int(bot.get('message_limit') * 1.5))
digests = []
logs = yield from client.logs_from(channel, limit = limit)