From bd17803fac00ecf51f9ba2e2c2f5ceb327a8d9ae Mon Sep 17 00:00:00 2001 From: Shingo Kitagawa Date: Tue, 5 Jan 2021 16:12:03 +0900 Subject: [PATCH] fix typo in time_signal.py --- jsk_fetch_robot/jsk_fetch_startup/scripts/time_signal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsk_fetch_robot/jsk_fetch_startup/scripts/time_signal.py b/jsk_fetch_robot/jsk_fetch_startup/scripts/time_signal.py index 87d219ee82..7545418655 100755 --- a/jsk_fetch_robot/jsk_fetch_startup/scripts/time_signal.py +++ b/jsk_fetch_robot/jsk_fetch_startup/scripts/time_signal.py @@ -62,7 +62,7 @@ def speak_jp(self): speech_text += '掃除の時間です。' # weather forecast - if self.now_hour in [0, 7, 12, 19, 20]: + if self.now_hour in [0, 7, 12, 19]: try: forecast_text = self._get_weather_forecast(lang='ja') speech_text += forecast_text