diff --git a/handler/ad.py b/handler/ad.py index b39cc70..f371711 100644 --- a/handler/ad.py +++ b/handler/ad.py @@ -209,6 +209,7 @@ class Ad(Resource): self.mydb.update("ad", ad, condition) print(f"status= {ad['status']}") if ad['status'] == 1: + print("aaaa") if rebuild_ad(): log.info(f"rebuild cache via ad change!") return jsonify({'code': 200, 'message': 'update adid={id} success!'})