From 91b1513f04ba0e5c8b451984651bf3e7dcd4b0f1 Mon Sep 17 00:00:00 2001 From: Anthony Donlon Date: Fri, 21 Nov 2025 09:21:06 +0800 Subject: [PATCH] fix some configs in examples --- README.md | 4 ++-- editor/resources/index.html | 2 +- examples/example.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c89bcc..d6df3cc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ error_page = render_cf_error_page({ # Cloudflare status is error 'cloudflare_status': { "status": 'error', - "status_text": 'Not Working', + "status_text": 'Error', }, # Host status is also ok 'host_status': { @@ -86,7 +86,7 @@ params = { "cloudflare_status": { "status": "error", "location": "Everywhere", - "status_text": "Not Working", + "status_text": "Error", }, "host_status": { "status": "error", diff --git a/editor/resources/index.html b/editor/resources/index.html index 2c8d2d5..7d8bd27 100644 --- a/editor/resources/index.html +++ b/editor/resources/index.html @@ -101,7 +101,7 @@ "cloudflare_status": { "status": "error", "location": "Everywhere", - "status_text": "Not Working" + "status_text": "Error" }, "host_status": { "status": "error", diff --git a/examples/example.py b/examples/example.py index 2823257..ccdd342 100755 --- a/examples/example.py +++ b/examples/example.py @@ -13,7 +13,7 @@ error_page = render_cf_error_page({ }, 'cloudflare_status': { "status": 'error', - "status_text": 'Not Working', + "status_text": 'Error', }, 'host_status': { "status": 'ok',