add screenshots parent tweet limit

This commit is contained in:
muskit
2024-04-20 12:28:39 -07:00
parent 61a19e3fe2
commit d05da5bff0
+1
View File
@@ -94,6 +94,7 @@ async def create_ttweet_image(ttweet):
mode=4, mode=4,
night_mode=1, night_mode=1,
show_parent_tweets=True, show_parent_tweets=True,
parent_tweets_limit=3
) )
img = fix_aspect_ratio(img) img = fix_aspect_ratio(img)
except: except: