Merge remote-tracking branch 'origin/master'

This commit is contained in:
pengtao 2019-09-23 10:36:05 +08:00
commit d4dd7b224c

View File

@ -58,7 +58,7 @@ def sadd_adkey(key, line):
if new_line:
my_redis.hmset(info_key, new_line)
my_redis.expire(info_key, 60 * 60 * 3)
my_redis.expire(info_key, 60 * 60 * 24)
#log.info(f"add info {new_line} 2 {info_key}!")
else:
log.error(f"split adinfo about locationid failed! localtionid={locationid} ")