From 791c8189562cc4a9e5a1a05e7639cbc9418a45aa Mon Sep 17 00:00:00 2001 From: tassoman <tassoman@gmail.com> Date: Fri, 1 Dec 2023 14:53:12 +0100 Subject: [PATCH] fixed small spacing --- jobs/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/create.py b/jobs/create.py index ff93c9d..f8b96fb 100644 --- a/jobs/create.py +++ b/jobs/create.py @@ -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(