diff --git a/handler/reflush_ad.py b/handler/reflush_ad.py index 006d007..c1a90b0 100644 --- a/handler/reflush_ad.py +++ b/handler/reflush_ad.py @@ -31,7 +31,7 @@ class RelushADinfo(Resource): pdb.set_trace() if locationid: need_change_keys = set() - key_word = f"ad::*_{locationid}::*::{locationid}" + key_word = f"ad::*_{locationid}*::*::{locationid}" adlists = my_redis.keys(key_word) if adlists: for key in adlists: