|
|
@ -369,7 +369,7 @@ class PublicRelations(Bureau):
|
|
|
|
# TODO: clean this up to use the built in formatting from escpos lib
|
|
|
|
# TODO: clean this up to use the built in formatting from escpos lib
|
|
|
|
# and make a print_status function to use for notifications too
|
|
|
|
# and make a print_status function to use for notifications too
|
|
|
|
self.masto.debug_requests = True
|
|
|
|
self.masto.debug_requests = True
|
|
|
|
toots = self.masto.timeline(limit=count)
|
|
|
|
toots = self.masto.timeline()
|
|
|
|
self.masto.debug_requests = False
|
|
|
|
self.masto.debug_requests = False
|
|
|
|
out = ""
|
|
|
|
out = ""
|
|
|
|
for t in toots:
|
|
|
|
for t in toots:
|
|
|
|