added in toot line

main
Paco Hope 2022-11-25 14:54:07 -05:00
parent 5425fe83ad
commit 063947992a
1 changed files with 4 additions and 0 deletions

View File

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