Browse Source

设备下载OTA包后不删除Redis数据

locky 3 years ago
parent
commit
f1fea11eb6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Controller/OTAEquipment.py

+ 0 - 2
Controller/OTAEquipment.py

@@ -742,8 +742,6 @@ def downloadOTAInterfaceV2(request, fullPath, *callback_args, **callback_kwargs)
                     uid=uid,
                     mci=mci,
                 )
-                del_data = redis_object.del_data(device_key)
-                logger.info('删除缓存={}'.format(del_data))
                 return response
             except Exception as e:
                 return res.json(906, repr(e))