print ttweet object when posting

This commit is contained in:
muskit
2024-04-26 00:16:16 -07:00
parent eadf130305
commit 6b585ad96a
+1
View File
@@ -142,6 +142,7 @@ class TwAPI:
print(
f"------{ttweet.tweet_id} ({util.get_username_local(ttweet.author_id)})------"
)
print(ttweet)
text = ttweet.announce_text()
ttweet_url = ttweet.url()