Skip to content

Commit

Permalink
fixed small spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoman committed Dec 1, 2023
1 parent c6d4cd7 commit 791c818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def publish_note():
if data is not None:
for d in data:
sentiment = get_sentiment(d[4] + d[5])
text = "\n<b>" + d[4] + "</b>\n" + d[5] + "<i>(" +d[1] + ")</i>\n\n" + d[3]
text = "\n<b>" + d[4] + "</b>\n" + d[5] + " <i>(" +d[1] + ")</i>\n\n" + d[3]
cw = None if sentiment >= 0 else ":nsfw: News article"
time.sleep(2)
api = mk.notes_create(
Expand Down

0 comments on commit 791c818

Please sign in to comment.