Skip to content

Commit

Permalink
Update build_message_web.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Oct 25, 2024
1 parent dfad724 commit 72768dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_message_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def fetch_current_indexed_click_boards(es : Elasticsearch, index_name):

release_spreadsheet_data = ''
update_present = 0
todays_release = 'body=\n<h4>New:</h4>\n\n<ul>\n</ul>'
todays_release = '<h4>New:</h4>\n\n<ul>\n</ul>'
todays_update = '\n\n<h4>Updated:</h4>\n\n<ul>\n</ul>'

for event in data["NECTO DAILY UPDATE"]["events"]:
Expand Down Expand Up @@ -145,4 +145,4 @@ def fetch_current_indexed_click_boards(es : Elasticsearch, index_name):
if update_present:
todays_release += todays_update

print(todays_release)
print(todays_release)

0 comments on commit 72768dd

Please sign in to comment.