diff --git a/toota-palooza/cli.py b/toota-palooza/cli.py index 7f4e5f0..4a64bf7 100644 --- a/toota-palooza/cli.py +++ b/toota-palooza/cli.py @@ -117,7 +117,7 @@ def once(tooter: Tooter): """Run from a command line.""" # message = check_public_timeline(tooter) message = f'{tooter.name} says hi!' - print( + tooter.toot( # random sentence... random.choice( # from a random line...