Spaces:
Running
Running
Update jihou.py
Browse files
jihou.py
CHANGED
|
@@ -152,7 +152,7 @@ def main_loop():
|
|
| 152 |
post_group_message(TARGET_GROUP_CHAT_ID, body)
|
| 153 |
|
| 154 |
# 午後2時5分に実行
|
| 155 |
-
if now.hour == 14 and now.minute ==
|
| 156 |
body = create_weather_body()
|
| 157 |
post_group_message(TARGET_GROUP_CHAT_ID, body)
|
| 158 |
|
|
|
|
| 152 |
post_group_message(TARGET_GROUP_CHAT_ID, body)
|
| 153 |
|
| 154 |
# 午後2時5分に実行
|
| 155 |
+
if now.hour == 14 and now.minute == 9:
|
| 156 |
body = create_weather_body()
|
| 157 |
post_group_message(TARGET_GROUP_CHAT_ID, body)
|
| 158 |
|