Explorar o código

修改过期时间

zhangdongming %!s(int64=3) %!d(string=hai) anos
pai
achega
2caa63d822
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/OTAEquipment.py

+ 1 - 1
Controller/OTAEquipment.py

@@ -542,7 +542,7 @@ def getNewVerInterface(request):
                     'uid': uid, 'serial_number': serial_number, 'old_version': "V" + now_ver + "." + code,
                     'new_version': version, 'mci': mci}
             device_info_value = json.dumps(data)
-            expire = 3600 * 24 * 2 + 600 + now_stamp
+            expire = 3600 * 24 * 2 + 600
 
             str_uuid = str(tko.userID)
             if serial_number and serial_number != 'null':