From 5bdd6887ae793a3cc92e88d360aca3001ad1150e Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 26 Nov 2022 00:19:52 -0500 Subject: [PATCH] reads from file --- toota-palooza/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...