fix no tweet issue

This commit is contained in:
2025-04-28 21:54:35 +10:00
parent 8323744953
commit 5963712139
4 changed files with 126 additions and 112 deletions
+2 -2
View File
@@ -316,7 +316,7 @@ def curate_from_reddit():
uploader=uploader,
pixabay_url=pixabay_url,
interest_score=interest_score,
post_tweet=True # Post the X tweet on the first call
should_post_tweet=True # Post the X tweet on the first call
)
finally:
is_posting = False
@@ -338,7 +338,7 @@ def curate_from_reddit():
pixabay_url=pixabay_url,
interest_score=interest_score,
post_id=post_id,
post_tweet=False # Skip X tweet on the update call
should_post_tweet=False # Skip X tweet on the update call
)
finally:
is_posting = False