fix
This commit is contained in:
parent
36f2ebbc07
commit
ee3d2410cf
@ -52,7 +52,7 @@ def sadd_adkey(key, line, item):
|
||||
new_line = split_ad_info(item, line)
|
||||
if new_line:
|
||||
my_redis.hmset(info_key, new_line)
|
||||
my_redis.expire(info_key, 60 * 60)
|
||||
my_redis.expire(info_key, 60 * 2)
|
||||
else:
|
||||
log.error(f"split adinfo about locationid failed! localtionid={item} ")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user