alanchen1115 commited on
Commit
349a986
1 Parent(s): e15e34e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -58,7 +58,7 @@ def handle_message(event):
58
  global working_status
59
 
60
  if event.type != "message" or event.message.type != "text":
61
- TextSendMessage(text="Event type error:[No response or the response does not contain text]")
62
 
63
  elif event.message.text == "再見":
64
  working_status = True
 
58
  global working_status
59
 
60
  if event.type != "message" or event.message.type != "text":
61
+ TextSendMessage(text="Event type error:[No message or the message does not contain text]")
62
 
63
  elif event.message.text == "再見":
64
  working_status = True