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 2d97e7a commit 8227fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build_message_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,7 @@ def fetch_current_indexed_click_boards(es : Elasticsearch, index_name):
if update_present:
todays_release += todays_update

with open(os.path.join(os.getcwd(), 'message.txt'), 'w') as file:
file.write(todays_release)

print(todays_release)

0 comments on commit 8227fa6

Please sign in to comment.