From db3b494db9ef26cb8d26cfaa054c0753ceaa6b63 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Tue, 8 Dec 2020 20:45:09 +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 374cf6b..797907a 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -369,7 +369,7 @@ class PublicRelations(Bureau): # 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) + toots = self.masto.timeline() self.masto.debug_requests = False out = "" for t in toots: