From 0402eb67d027d77c0c4141f9ff328e098903a4a6 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 17 Sep 2019 17:04:48 +0800 Subject: [PATCH] =?UTF-8?q?info=20key=E5=88=B7=E6=96=B0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/reflush_ad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/reflush_ad.py b/handler/reflush_ad.py index 9256d42..488433b 100644 --- a/handler/reflush_ad.py +++ b/handler/reflush_ad.py @@ -28,7 +28,6 @@ class RelushADinfo(Resource): def get(self): locationid = self.args['locationid'] - pdb.set_trace() if locationid: need_change_keys = set() key_word = f"ad::*_{locationid}*::*::{locationid}" @@ -94,6 +93,7 @@ class RelushADinfo(Resource): data = self.mydb.query(sql) + pdb.set_trace() if data: try: line = data[0]