zhangyong 11 months ago
parent
commit
ff62b582cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/material.py

+ 1 - 1
common/material.py

@@ -264,7 +264,7 @@ class Material():
                 cover = ''
             else:
                 cover = 1
-            number = {"uid": uid, "text": text, "video": video, cover: "cover"}
+            number = {"uid": uid, "text": text, "video": video, "cover": cover}
             if uid:
                 list_data.append(number)
             else: