林轩 6 ヶ月 前
コミット
df192b81c4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      crond_script/today_weather.py

+ 1 - 1
crond_script/today_weather.py

@@ -126,7 +126,7 @@ def main():
                         day_obj.save()
                         print(f"request again success: {day_obj.cityid}")
                         try:
-                            if now_hour == 20:
+                            if now_hour == 19:
                                 HistoryDayData.objects.create(
                                     cityid = day_obj.cityid,
                                     content = today_data,