zhangdongming 3 жил өмнө
parent
commit
dca88268a9

+ 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()