yf_yzl 2 年之前
父節點
當前提交
deba101471
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crond_script/crond_weather.py

+ 1 - 1
crond_script/crond_weather.py

@@ -83,7 +83,7 @@ def main():
         'Accept-Encoding': 'gzip, deflate, br',
         'Connection': 'keep-alive',
     }
-    day_data = DayData.objects.filter(id__gte=2526)
+    day_data = DayData.objects.filter(id__gte=2683)
     today_error = 0
     for day_obj in day_data:
         time_out = False