zhangdongming 3 年之前
父節點
當前提交
dca88268a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/OTAEquipment.py

+ 1 - 1
Controller/OTAEquipment.py

@@ -551,7 +551,7 @@ def getNewVerInterface(request):
                 str_uuid += uid
             str_uuid += now_ver
             device_info_key = 'ASJ:SERVER:VERSION:{}'.format(str_uuid)
-            logger.info('缓存key={}', device_info_key)
+            logger.info('缓存key={}'.format(device_info_key))
             redisObject.set_data(device_info_key, device_info_value, expire)
 
             url_tko = UrlTokenObject()