From 2a42af5997c266948b0e842463c42543de392fa8 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 30 Aug 2025 05:09:28 -0400 Subject: [PATCH] fix caps --- app/api/services/web_contents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/web_contents.py b/app/api/services/web_contents.py index 5ef532e..4a929fe 100644 --- a/app/api/services/web_contents.py +++ b/app/api/services/web_contents.py @@ -14,7 +14,7 @@ class WebContentsService(BaseService): def get_web_contents_data(provision_uid): try: web_contents_data = { - "LAST_UPDATE": "0", + "last_update": "0", "site_title": "my-site-title", "site_description": "This is site description in the header", "site_logo_text": "MY-GOOD-LOGO",