From d0cb212315dc12300793b88d703ed54f1cbdd7d0 Mon Sep 17 00:00:00 2001 From: nanos Date: Thu, 6 Apr 2023 09:13:30 +0100 Subject: [PATCH] =?UTF-8?q?fix=20silly=20comment=20=F0=9F=A4=A6=E2=80=8D?= =?UTF-8?q?=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- find_posts.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/find_posts.py b/find_posts.py index 877964a..0634cff 100644 --- a/find_posts.py +++ b/find_posts.py @@ -844,9 +844,9 @@ if __name__ == "__main__": if arguments.home_timeline_length > 0: """Do the same with any toots on the key owner's home timeline """ - # timeline_toots = get_timeline(arguments.server, arguments.access_token, arguments.home_timeline_length) - # known_context_urls = get_all_known_context_urls(arguments.server, timeline_toots,parsed_urls) - # add_context_urls(arguments.server, arguments.access_token, known_context_urls, seen_urls) + timeline_toots = get_timeline(arguments.server, arguments.access_token, arguments.home_timeline_length) + known_context_urls = get_all_known_context_urls(arguments.server, timeline_toots,parsed_urls) + add_context_urls(arguments.server, arguments.access_token, known_context_urls, seen_urls) # Backfill any post authors, and any mentioned users if arguments.backfill_mentioned_users > 0: