Skip to content

Commit

Permalink
fix typo in time_signal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Jan 14, 2021
1 parent 1a07da4 commit bd17803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_fetch_robot/jsk_fetch_startup/scripts/time_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd17803

Please sign in to comment.