reads from file

main
Nicholas Hope 10 months ago
parent dc599e0e61
commit 5bdd6887ae

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

Loading…
Cancel
Save