|
|
@@ -102,8 +102,6 @@ class LqSportsSpider(scrapy.Spider):
|
|
|
for hg in hgg:
|
|
|
items=hg['items']
|
|
|
for x in items:
|
|
|
- print('*****************', gl)
|
|
|
- print('*****************',x)
|
|
|
odds_code = gl[x['rodds']]
|
|
|
p_code = gl[x['prodds']]
|
|
|
odds=gl["ior_OUH"]
|
|
|
@@ -152,5 +150,4 @@ class LqSportsSpider(scrapy.Spider):
|
|
|
item['team_h'] = team_h
|
|
|
item['team_c'] = team_c
|
|
|
item['isP'] = isP
|
|
|
- print('2222222222222222222222222222222222222222222222222222222:',item)
|
|
|
yield item
|