From 7fd53192dd33fb356438dd0eaaac451d39d1727e Mon Sep 17 00:00:00 2001 From: Andreas Demmelbauer Date: Mon, 2 Apr 2018 11:15:58 -0700 Subject: [PATCH] add comments --- tootbot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tootbot.py b/tootbot.py index ca31e41..fb0b439 100755 --- a/tootbot.py +++ b/tootbot.py @@ -82,6 +82,7 @@ print('====== TWITTER ======') t = feedparser.parse('http://twitrss.me/twitter_user_to_rss/?user='+twitteruser) +# start with oldest for p in reversed(t.entries): # check if this tweet has been processed db.execute( @@ -172,6 +173,7 @@ h.body_width = 0 s = feedparser.parse('http://'+soupuser+'/rss') +# start with oldest for p in reversed(s.entries): # check if this tweet has been processed db.execute(