fix listen mode, various logic

This commit is contained in:
msk
2022-10-01 13:33:20 -07:00
parent 595906d15f
commit ac23c63f78
6 changed files with 49 additions and 32 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ async def create_ttweet_image(ttweet):
filename = f'{get_project_dir()}/img.png'
url = ttweet_to_url(ttweet)
img = None
print(url)
try: os.remove(filename)
except: pass
try: