diff --git a/ops/ad_produce.py b/ops/ad_produce.py index 73ffa0b..e334316 100644 --- a/ops/ad_produce.py +++ b/ops/ad_produce.py @@ -56,7 +56,8 @@ def sadd_adkey(key, line): if new_line: my_redis.hmset(info_key, new_line) - my_redis.expire(info_key, info_expire) # log.info(f"add info {new_line} 2 {info_key}!") + my_redis.expire(info_key, info_expire) + print(f"add info {new_line} 2 {info_key}!") else: log.error(f"split adinfo about locationid failed! localtionid={locationid} ")