try to get home timeline from hometown

workspace
Brendan Howell 4 years ago
parent 91f5bdb54d
commit a527227666

@ -368,7 +368,7 @@ class PublicRelations(Bureau):
# TODO: add fancier formatting i.e. inverted text for username/handle
# TODO: clean this up to use the built in formatting from escpos lib
# and make a print_status function to use for notifications too
toots = self.masto.timeline(timeline="public", limit=count)
toots = self.masto.timeline(limit=count)
out = ""
for t in toots:
prn.set(underline=1)

Loading…
Cancel
Save