|
|
@@ -25,7 +25,6 @@ class Bangqiupipeline(object):
|
|
|
defer.returnValue(item)
|
|
|
|
|
|
def _do_calculation(self, item, out):
|
|
|
-
|
|
|
# def process_item(self, item, spider):
|
|
|
logger = logging.getLogger(__name__)
|
|
|
# logger.warning(query.addErrback(self.handle_error, item, spider))
|
|
|
@@ -282,7 +281,6 @@ class Bangqiupipeline(object):
|
|
|
odds_value = ["bq", "odds", match_id, league_id, data_list, "hg3535", odds_onlys, tag_number, uuid,
|
|
|
ris_stringscene, utime, pt]
|
|
|
odds_dict = dict(zip(odds_key, odds_value))
|
|
|
-
|
|
|
if data_list:
|
|
|
res = Helper.async_post(ODDS_URL, odds_dict)
|
|
|
if res:
|