From 224560c21f5894b8dfd78fcbe9d03626c3d9ab0b Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 16 Sep 2019 17:10:03 +0800 Subject: [PATCH] fix --- ad_tasks.py | 1 - 1 file changed, 1 deletion(-) 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}"