Ver Fonte

app推送间隔优化

WuYiPei há 5 anos atrás
pai
commit
33922def3d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Controller/DetectController.py

+ 1 - 1
Controller/DetectController.py

@@ -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)