From ae75212eba44df9aba7ecbba3e43510d7dcc7cab Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 7 May 2019 03:05:02 +1000 Subject: [PATCH] less rude comment --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 89c97cc..c80985d 100755 --- a/main.py +++ b/main.py @@ -178,7 +178,7 @@ for f in following: if pleroma: if c.execute("SELECT COUNT(*) FROM toots WHERE uri LIKE ?", (oi['object']['id'],)).fetchone()[0] > 0: #we've caught up to the notices we've already downloaded, so we can stop now - #you might be wondering, "lynne, what if the instance ratelimits you after 40 posts, and they've made 60 since main.py was last run? wouldn't the bot miss 20 posts and never be able to see them?" to which i reply, "it's called mstdn-ebooks not fediverse-ebooks. pleroma support is an afterthought" + #you might be wondering, "lynne, what if the instance ratelimits you after 40 posts, and they've made 60 since main.py was last run? wouldn't the bot miss 20 posts and never be able to see them?" to which i reply, "i know but i don't know how to fix it" done = True if cfg['lang']: if oi['object']['contentMap'][cfg['lang']]: # filter for language