From 2a3be5ff79e01838a0d84f4248cfd94b8d2dfc66 Mon Sep 17 00:00:00 2001 From: Misha4ca228 Date: Wed, 30 Apr 2025 21:42:42 +0300 Subject: [PATCH] dev --- modules/api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/api/api.py b/modules/api/api.py index e48aacd9c..ed0ae4046 100644 --- a/modules/api/api.py +++ b/modules/api/api.py @@ -947,4 +947,4 @@ class Api: def stop_webui(request): shared.state.server_command = "stop" - return Response("Stopping.") \ No newline at end of file + return Response("Stopping.")