From d05da5bff0c2695c59b77b9c02c8dd54f40f657a Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Sat, 20 Apr 2024 12:28:39 -0700 Subject: [PATCH] add screenshots parent tweet limit --- src/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.py b/src/util.py index 6f8e8cb..f616ed6 100644 --- a/src/util.py +++ b/src/util.py @@ -94,6 +94,7 @@ async def create_ttweet_image(ttweet): mode=4, night_mode=1, show_parent_tweets=True, + parent_tweets_limit=3 ) img = fix_aspect_ratio(img) except: