slight restructuring around tracking our posts

This commit is contained in:
msk
2022-10-02 04:57:24 -07:00
parent 65b554f014
commit 7f2dfaa3f0
7 changed files with 105 additions and 58 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
import datetime
import traceback
import asyncio
import tweepy
@@ -223,7 +224,6 @@ class TwAPI:
text = create_text()
try:
# print('creating reply img')
# media_ids = [await self.get_ttweet_image_media_id(ttweet)]
print('posting main tweet...', end='')
twt_resp = await self.post_tweet(text)