Explorar o código

修改启动文件名称

AnlaAnla hai 1 mes
pai
achega
9ad5fbfe46
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      app/services/score_service.py
  2. 0 0
      run_defect_score_server.py

+ 0 - 2
app/services/score_service.py

@@ -89,8 +89,6 @@ class ScoreService:
         return result_json
 
     def recalculate_defect_score(self, score_type: str, json_data: dict):
-        print(score_type)
-        print(json_data)
 
         center_json_data = json_data["result"]['center_result']
         defect_json_data = json_data["result"]['defect_result']

+ 0 - 0
run.py → run_defect_score_server.py