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: