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={