From 6eb410159d356ec9e7ed0e6cf23f1333e8c257bc Mon Sep 17 00:00:00 2001 From: Naoto Tsukamoto Date: Mon, 7 Aug 2023 10:54:52 +0900 Subject: [PATCH] [google_chat_ros] Fix https to url --- google_chat_ros/scripts/google_chat_ros_node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google_chat_ros/scripts/google_chat_ros_node.py b/google_chat_ros/scripts/google_chat_ros_node.py index 986c48daf..a66d1ba7b 100644 --- a/google_chat_ros/scripts/google_chat_ros_node.py +++ b/google_chat_ros/scripts/google_chat_ros_node.py @@ -88,7 +88,7 @@ def __init__(self): rospy.logwarn("You cannot recieve Google Chat event because HTTPS server or Google Cloud Pub/Sub is not running.") else: - rospy.logerr("Please choose receiving_mode param from dialogflow, https, pubsub, none.") + rospy.logerr("Please choose receiving_mode param from dialogflow, url, pubsub, none.") def killhttpd(self): self._server.kill()