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()