zhangdongming 3 years ago
parent
commit
dca88268a9
1 changed files with 1 additions and 1 deletions
  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()