juan %!s(int64=6) %!d(string=hai) anos
pai
achega
5515d935ff
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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