diff --git a/ad_tasks.py b/ad_tasks.py index 246c51e..1d5e81c 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -126,7 +126,6 @@ def send_cache_data(): print(f"1={line}") locationid = json.loads(line.get('locationid')) for item in locationid: - pdb.set_trace() area = get_area_by_locationid(item) for one in area.split(','): key = f"ad::{line.get('gameid', 0)}::{line.get('channelid', 0)}::{one}::{item}"