fix nerfnow feed

master
bakatrouble 5 years ago
parent fd63775d58
commit 3f689da8ac

@ -16,7 +16,7 @@ class NerfNowFeedModuleConfig(FeedModuleConfig):
def execute(self, bot: TeleBot, chat_id, last_id):
if last_id is None:
last_id = 0
last_id = ''
feed = feedparser.parse('http://feeds.feedburner.com/nerfnow/full')
for e in reversed(feed['entries']):

Loading…
Cancel
Save