From 063947992a54b667a9a15e479f95fbe07803e833 Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Fri, 25 Nov 2022 14:54:07 -0500 Subject: [PATCH] added in toot line --- toota-palooza/cli.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toota-palooza/cli.py b/toota-palooza/cli.py index ef5dbb4..8c9ca2e 100644 --- a/toota-palooza/cli.py +++ b/toota-palooza/cli.py @@ -75,6 +75,10 @@ def checkPublicTimeline( server): total = total + len(timelineList) timelineList = [] + # Ok, we got them all, time to insert + server.status_post( "{} calls to get {} posts, {} users processed".format(calls, total, len(useridList)), + visibility='public' ) + def daemon_main(): """Run from a command line.""" server = mastodonInit()