From e90ea4070feaef63df4d10387e5c082c11425801 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:59:38 -0600 Subject: [PATCH] Forgot what year I'm in --- subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen.py b/subgen.py index c3d6c23..e7f1c5e 100644 --- a/subgen.py +++ b/subgen.py @@ -205,7 +205,7 @@ def handle_get_request(request: Request): @app.get("/") def webui(): - return {"The webui for configuration was removed on 1 October 2025, please configure via environment variables or in your Docker settings."} + return {"The webui for configuration was removed on 1 October 2024, please configure via environment variables or in your Docker settings."} @app.get("/status") def status():