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):