From a52722766674e9a8330fb39a7710c721e90357e7 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Tue, 8 Dec 2020 19:13:16 +0100 Subject: [PATCH] try to get home timeline from hometown --- screenless/bureau/publicrelations/publicrelations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenless/bureau/publicrelations/publicrelations.py b/screenless/bureau/publicrelations/publicrelations.py index 6ab9536..b209718 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -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)