Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
motty-mio2 committed Nov 16, 2023
1 parent 6ebb402 commit 8636ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kb_2315/notify/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def send_message(
messages=TextSendMessage(text=message),
)
except LineBotApiError as e:
print(f"LineBotApiError: {e}")
print(f"Send Message Error:\n{e}")


def shoe_select_carousel(send_to_id: str = conf.line_group_id, session_id: UUID | None = None) -> None:
Expand Down Expand Up @@ -56,4 +56,4 @@ def shoe_select_carousel(send_to_id: str = conf.line_group_id, session_id: UUID
messages=carousel_template_message,
)
except LineBotApiError as e:
print(f"LineBotApiError: {e}")
print(f"Select Shoe Carousel Error:\n{e}")

0 comments on commit 8636ede

Please sign in to comment.