slight restructuring around tracking our posts
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user