pzb 6 年 前
コミット
3328d734da
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Controller/UserBrandController.py

+ 2 - 2
Controller/UserBrandController.py

@@ -649,10 +649,10 @@ class UserBrandInfo(View):
                         username = user_ID[0]['userID']
                     except Exception:
                         username = username
-                    table_value = my.get_item(user_brand_all, username)
 
+                    table_value = my.get_item(user_brand_all, username)
 
-                    return response.json(0, {'username': name, 'datas': table_value, 'count': len(table_value)})
+                    return response.json(0, { 'datas': table_value, 'count': len(table_value)})
             else:
                 return response.json(404)
         else: