|
|
@@ -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"]
|