Update util.py

This commit is contained in:
muskit
2023-08-18 03:16:10 -07:00
parent 305cada060
commit 45461954e3
+1 -1
View File
@@ -68,7 +68,7 @@ async def create_ttweet_image(ttweet):
img = await tc.screenshot( img = await tc.screenshot(
url=url, url=url,
path=filename, path=filename,
mode=0, mode=4,
night_mode=1, night_mode=1,
show_parent_tweets=True show_parent_tweets=True
) )