console print-out changes

This commit is contained in:
msk
2022-09-28 03:04:11 -07:00
parent 2e78cb1ed7
commit 0bf354a377
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ async def create_ttweet_image(ttweet):
)
except:
print('unable to create tweet image')
traceback.print_exc()
return None
else:
print(f'successfully saved {img}')