소스 검색

优化定时器

peng 1 년 전
부모
커밋
88bfe20959
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Controller/SensorGateway/SmartSwitchController.py

+ 0 - 3
Controller/SensorGateway/SmartSwitchController.py

@@ -488,9 +488,6 @@ class SmartSwitchView(View):
                         redis_obj.set_hash_data(key, redis_dict)
                         redis_obj.set_persist(key)
                         return response.json(0, redis_dict)
-                timer_exist = redis_obj.get_all_hash_data(key)
-                if timer_exist:
-                    return response.json(174)
                 redis_obj.set_hash_data(key, redis_dict)
                 redis_obj.set_expire(key, countdown_time)
                 msg = {'device_switch': actions, 'task_id': task_id}