diff --git a/ad_tasks.py b/ad_tasks.py index 9e4071f..169f534 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -178,7 +178,6 @@ def send_cache_data(): for area in area_all.split(','): key = f"ad::{gameid}_{locationid}::{channelid}::{area}::{locationid}" values = f"{id}_{locationid}" - pdb.set_trace() if my_redis.sismember(key, values): my_redis.srem(key, values) my_redis.expire(f"adinfo::{values}::info", 1)