wrap up catch-up mode, add tweets nuker

This commit is contained in:
muskit
2022-09-27 15:09:09 -07:00
committed by msk
parent 07e7e28dcb
commit 4f53bda1f8
6 changed files with 154 additions and 33 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ def get_key_from_value(d, val):
async def create_ttweet_image(ttweet):
tc = TweetCapture()
filename = 'img.png'
filename = f'{get_project_dir()}/img.png'
url = ttweet_to_url(ttweet)
img = None