Skip to content

Commit 65f2fc8

Browse files
Updated Tweet Structure
1 parent 7c1c782 commit 65f2fc8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/tasks/schedulers.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
FIVE_MINUTE = 300
2525

26-
DEFAULT_TWEETS = [
27-
dict(status=
28-
"""
26+
DEFAULT_TWEETS: list[dict[str, str]] = [
27+
dict(
28+
status="""
2929
EOD Stock Market API
3030
3131
- Exchange & Ticker Data
@@ -38,9 +38,10 @@
3838
3939
Create A free API Key today
4040
https://eod-stock-api.site/plan-descriptions/basic
41-
""", media_ids=["1647575420009603073"]),
42-
dict(status=
43-
"""
41+
""",
42+
media_ids=["1647575420009603073"]),
43+
dict(
44+
status="""
4445
Financial & Business News API
4546
4647
- Articles By UUID
@@ -52,7 +53,8 @@
5253
5354
Create A free API Key today
5455
https://bit.ly/financial-business-news-api
55-
""", media_ids=["1647575420009603073"])
56+
""",
57+
media_ids=["1647575420009603073"])
5658
]
5759

5860

0 commit comments

Comments
 (0)