juan 6 năm trước cách đây
mục cha
commit
5515d935ff
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      hgg070_spider/spiders/lq_sports.py

+ 0 - 3
hgg070_spider/spiders/lq_sports.py

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