Your Name 6 년 전
부모
커밋
097efd5529
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hg3535/pipeline/lanqiu.py

+ 1 - 1
hg3535/pipeline/lanqiu.py

@@ -247,7 +247,7 @@ class Lanqiupipeline(object):
             for key, value in capots_dict.items():
                 sole_str = "C" + str(key) + '0' + str(match_id) + "hg3535"
                 sole = Helper.genearte_MD5(sole_str, pt)
-                hash_str = "C" + str(key) + '0' + str(key) + str(value) + "hg3535" + str(match_id)
+                hash_str = "C" + str(key) + '0' + '0' + str(value) + "hg3535" + str(match_id)
                 odds_only = Helper.genearte_MD5(hash_str, pt)
                 capots_key = ["match_id", "lg_id", "odds_code", "status", "sort", "p_code", "odds",
                               "condition", "odds_only", "sole", "source", "type", "team"]