show parent tweets

This commit is contained in:
muskit
2022-12-12 23:23:41 -08:00
parent 114ad8fc91
commit 5c2f6b4a95
+3 -2
View File
@@ -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
return -1