Browse Source

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

locky 3 năm trước cách đây
mục cha
commit
f1fea11eb6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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))