From 13fa5362a7e74970f035cffcb84007e5246c6002 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 17 Sep 2019 11:47:44 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ad_tasks.py b/ad_tasks.py index a1fe143..9a3eeed 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -170,9 +170,10 @@ def send_cache_data(): if remove_data: for line in remove_data: try: - id, gameid, channelid, locationids = line + id, gameid, channelid, locationids, status = line for locationid in locationids: area_all = get_area_by_locationid(locationid) + print(f"area={area_all}") for area in area_all.split(','): key = f"ad::{line.get('gameid', 0)}_{locationid}::{line.get('channelid', 0)}::{area}::{locationid}" if my_redis.sismember(key, id):