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: