izuemon commited on
Commit
eacd091
·
verified ·
1 Parent(s): 63da38f

Update jihou.py

Browse files
Files changed (1) hide show
  1. jihou.py +1 -1
jihou.py CHANGED
@@ -98,7 +98,7 @@ def create_weather_body():
98
  lines = ["<b>☀️ 本日の天気予報(6時以降)</b>"]
99
 
100
  for idx, pref in enumerate(todoufuken):
101
- hourly = data["hourly"]
102
 
103
  times = hourly["time"]
104
  target_index = None
 
98
  lines = ["<b>☀️ 本日の天気予報(6時以降)</b>"]
99
 
100
  for idx, pref in enumerate(todoufuken):
101
+ hourly = data[idx]["hourly"]
102
 
103
  times = hourly["time"]
104
  target_index = None