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]