@ -368,7 +368,9 @@ 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
self.masto.debug_requests = True
toots = self.masto.timeline(limit=count)
self.masto.debug_requests = False
out = ""
for t in toots:
prn.set(underline=1)