|
@@ -80,7 +80,7 @@ class NotificationView(View):
|
|
|
have_push_ykey = redisObj.get_data(key=ykey)
|
|
|
have_push_ckey = redisObj.get_data(key=ckey)
|
|
|
#--------------------兼容旧代码--------------------
|
|
|
- # 用缓存ckey判断兼容旧代码还是新代码的情况
|
|
|
+ # 用缓存ckey判断兼容旧代码还是新代码的情况 的
|
|
|
if have_push_ckey:
|
|
|
print("从缓存ckey中获取detect_interval和detect_group")
|
|
|
check_list=eval(have_push_ckey)
|