From 460860d1b1bce8ccb9ee601b46a6227d3d6c7271 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 17 Sep 2019 12:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4location=20area=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ad_tasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ad_tasks.py b/ad_tasks.py index 8db706e..a6be646 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -169,9 +169,7 @@ def send_cache_data(): try: id, gameid, channelid, locationids, status = line for locationid in locationids.replace("[", "").replace("]", "").replace('"', "").split(','): - print(f"1={locationid}") area_all = get_area_by_locationid(locationid) - print(f"area={area_all}") for area in area_all.split(','): key = f"ad::{gameid}_{locationid}::{channelid}::{area}::{locationid}" values = f"{id}_{locationid}"