Example #1
0
    def get(self):
        try:
            rss = Diary.output_rss()
        except Exception as e:
            print str(e)

        self.render('rss.html', rss=rss)