fix nerfnow feed
This commit is contained in:
		@@ -16,7 +16,7 @@ class NerfNowFeedModuleConfig(FeedModuleConfig):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def execute(self, bot: TeleBot, chat_id, last_id):
 | 
					    def execute(self, bot: TeleBot, chat_id, last_id):
 | 
				
			||||||
        if last_id is None:
 | 
					        if last_id is None:
 | 
				
			||||||
            last_id = 0
 | 
					            last_id = ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        feed = feedparser.parse('http://feeds.feedburner.com/nerfnow/full')
 | 
					        feed = feedparser.parse('http://feeds.feedburner.com/nerfnow/full')
 | 
				
			||||||
        for e in reversed(feed['entries']):
 | 
					        for e in reversed(feed['entries']):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user