From 644ad943ead30854a32f36085ea17a03ee23790f Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 19 Sep 2019 19:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=20=E6=9A=82=E5=81=9C?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E7=BB=A7=E7=BB=AD=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ad_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ad_tasks.py b/ad_tasks.py index f4b78d4..2d1918d 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -176,7 +176,7 @@ def send_cache_data(): if area_all: for area in area_all.split(','): area = area.strip() - key = f"ad::{gameid}_{locationid}::{channelid}::{area}::{locationid}" + key = f"ad::{gameid}_{locationid}_{area}::{channelid}::{area}::{locationid}" values = f"{id}_{locationid}" print(f"remove {values} from {key}") if my_redis.sismember(key, values):