Skip to content

Commit 14a91e4

Browse files
code refactored
1 parent 06b92b5 commit 14a91e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/schedulers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def do_create_tweet(self, article: ArticleData) -> dict[str, str]:
127127
business_api_link: str = "https://bit.ly/financial-business-news-api"
128128
# Create the tweet text with hashtags
129129
if self._count % 2 == 0:
130-
tweet_text: str = f"Financial & Business News API\n{hashtags}\n- {article.title}\nAPI Integration: {business_api_link}"
130+
tweet_text: str = f"Financial & Business News API\n{hashtags}\n- {article.title}\n - FOR API Integration: {business_api_link}"
131131
else:
132132
tweet_text: str = f"Financial & Business News API\n{hashtags}\n- {article.title}\n{internal_link}"
133133

0 commit comments

Comments
 (0)