We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bff3c commit 85ee09fCopy full SHA for 85ee09f
src/tasks/schedulers.py
@@ -92,7 +92,7 @@ async def get_articles(self):
92
93
async def send_tweet(self, tweet: dict[str, str]):
94
try:
95
- self._tweepy_api.update_status(status=tweet.get('status'), media_ids=tweet.get('media_ids'))
+ self._tweepy_api.update_status(status=tweet.get('status'))
96
return True
97
except Forbidden as e:
98
self._logger.error(f"Error updating status: {str(e)}")
0 commit comments