From 45461954e38f8874e203b362166a8f467c542cff Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Fri, 18 Aug 2023 03:16:10 -0700 Subject: [PATCH] Update util.py --- src/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.py b/src/util.py index 259d8d4..a419371 100644 --- a/src/util.py +++ b/src/util.py @@ -68,7 +68,7 @@ async def create_ttweet_image(ttweet): img = await tc.screenshot( url=url, path=filename, - mode=0, + mode=4, night_mode=1, show_parent_tweets=True )