blog.grace.moe

Source for the blog blog.grace.moe
git clone https://git.grace.moe/blog.grace.moe
Log | Files | Refs

commit d44fe90e7a97c34e4e303393b174fcad850bde93
parent 080381c48d7eb4bda2556af8c436e366251123d4
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Sun, 20 Apr 2025 00:28:08 +0800

Make purge message more consistent with other logs

Diffstat:
Mmake.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/make.py b/make.py @@ -891,8 +891,9 @@ async def our_main(): @rule_no_cache async def purge(fetch: Fetch): async with bunny_sem: + print("+++ purge") await shell(f"{APICMD} -XPOST '{PURGEURL}'") - print("Purged.") + print("--- purge") @rule_no_cache async def all(fetch: Fetch):