From 5c2f6b4a95a4488a76ee4bebcf7ce387890f36e3 Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:23:41 -0800 Subject: [PATCH] show parent tweets --- src/util.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util.py b/src/util.py index d8abd31..287cfb0 100644 --- a/src/util.py +++ b/src/util.py @@ -60,7 +60,8 @@ async def create_ttweet_image(ttweet): url=url, path=filename, mode=4, - night_mode=1 + night_mode=1, + show_parent_tweets=True ) img = fix_aspect_ratio(img) except: @@ -133,4 +134,4 @@ def get_user_id_online(username) -> int: user = twint.output.users_list[0] return user.id except: - return -1 \ No newline at end of file + return -1