reads from file

main
Nicholas Hope 2022-11-26 00:19:52 -05:00
parent dc599e0e61
commit 5bdd6887ae
1 changed files with 1 additions and 1 deletions

View File

@ -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...