gushoubang 1 년 전
부모
커밋
e5d02ebe94
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -365,6 +365,7 @@ def inputMsg():
                 # if landType != "未找到相关数据" and landType != "" and districtName  != "未找到相关数据"and districtName != "":
                 if landType in land and districtName in addtress:
                     json_res = jsonResToDict(json_res)
+                    print(json_res)  
                 else:
                     json_res = "1未找到相关数据"
                     json_res = jsonResToDict_wrong(json_res)