yf_yzl 2 年之前
父节点
当前提交
f3fc9e5eaf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crond_script/crond_weather.py

+ 1 - 1
crond_script/crond_weather.py

@@ -127,7 +127,7 @@ def main():
                         "province": province,
                         "city": city,
                         "district": district,
-                        "content": str(today_data)
+                        "content": str(server_day_data)
                     }
                 )
         except Exception as e: