Skip to content

Commit

Permalink
Merge branch 'master' of github.com:liante0904/telegram-stock-info-no…
Browse files Browse the repository at this point in the history
…ti-bot
  • Loading branch information
liante0904 committed Aug 17, 2024
2 parents 9417097 + 210563e commit c051ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/json_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def get_unsent_main_ch_data_to_local_json(filename):
if first_record:
current_message += f"●{firm_nm}\n"
first_record = False
previous_firm_nm = firm_nm
elif firm_nm != previous_firm_nm:
if previous_firm_nm is not None:
current_message += "\n"
Expand Down

0 comments on commit c051ee4

Please sign in to comment.