Browse Source

iiii

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 years ago
parent
commit
78cc8dce05
1 changed files with 1 additions and 2 deletions
  1. 1 2
      jianye_report.py

+ 1 - 2
jianye_report.py

@@ -269,8 +269,7 @@ class JianYeReport(object):
                 result.append(sub)
         result.sort(key=lambda obj: obj[6], reverse=True)
         if len(brand_data) == 15:
-            all_dat = []
-            all_dat.extend(brand_data)
+            all_dat = [brand_data]
             all_dat.extend(result)
             return all_dat
         return result