Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
🔴再度メッセージ内容変更
Browse files Browse the repository at this point in the history
  • Loading branch information
REDpapa committed May 25, 2021
1 parent 62a0893 commit 7c611a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flask_line_receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ def on_get_message_sub(event):

if return_data["is_game"] == '勝負':
send_message = (
f'{user_profile.display_name} さん\n'
f'{return_data["date"]} {return_data["race_name"]}\n'
f'🔥{return_data["is_game"]}レース🔥として受理されました!!'
f'{user_profile.display_name} さんが\n'
f'{return_data["date"]} {return_data["race_name"]}\n'
f'🔥{return_data["is_game"]}レース🔥に指定しました!!'
)
else:
send_message = (
Expand Down

0 comments on commit 7c611a8

Please sign in to comment.