林轩 8 달 전
부모
커밋
fd07933c34
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 == 19:
+                            if now_hour == 20:
                                 HistoryDayData.objects.create(
                                     cityid = day_obj.cityid,
                                     content = today_data,