Skip to content

Commit

Permalink
[google_chat_ros] Fix https to url
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Aug 7, 2023
1 parent d8182a3 commit 6eb4101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_chat_ros/scripts/google_chat_ros_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6eb4101

Please sign in to comment.