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

+ 1 - 0
crond_script/crond_weather.py

@@ -66,6 +66,7 @@ province_dict = {
 def init_data():
     # 导入全部的城市
     for k in all_city:
+        print(k, "-------------")
         District.objects.get_or_create(
             id=k[0],
             defaults={