remove image array

This commit is contained in:
CHIEFSOFT\ameye
2026-01-10 22:52:07 -05:00
parent b5e4203558
commit 357c3e0f50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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