From 2447085b1633f6f5dcdf2d647b8155e3686472d1 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Tue, 8 Dec 2020 20:38:20 +0100 Subject: [PATCH] try to get home timeline from hometown --- screenless/bureau/publicrelations/publicrelations.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screenless/bureau/publicrelations/publicrelations.py b/screenless/bureau/publicrelations/publicrelations.py index b209718..374cf6b 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -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)