Browse Source

tongce: 调整接口返回值

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
7a224c967a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tongce.py

+ 1 - 1
tongce.py

@@ -86,6 +86,6 @@ class TongCe:
             if option_configuration and len(option_configuration) == 3:
             if option_configuration and len(option_configuration) == 3:
                 rt.extend(option_configuration)
                 rt.extend(option_configuration)
                 insert_data.append(rt)
                 insert_data.append(rt)
-        return result
+        return insert_data
 
 
     pass
     pass