remove image array
This commit is contained in:
@@ -3,4 +3,4 @@ from marshmallow import Schema, fields
|
||||
class ReportSchema(Schema):
|
||||
token = fields.Str(required=True)
|
||||
uid = fields.Str(required=True)
|
||||
page = fields.Str(required=True)
|
||||
page = fields.Int(required=True)
|
||||
|
||||
@@ -76,7 +76,7 @@ class WebContentsService(BaseService):
|
||||
web_contents_data[t.settings_key.strip()] = t.setting_value.strip()
|
||||
|
||||
# The template set up
|
||||
web_contents_data["web_images"]=[]
|
||||
# web_contents_data["web_images"]=[]
|
||||
|
||||
|
||||
return web_contents_data
|
||||
|
||||
Reference in New Issue
Block a user