From 1aedb66132fee4e94f0cf3a45db0a293f68ae91c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 2 Oct 2024 02:17:37 +0800 Subject: [PATCH] Update index.py --- plugins/pgadmin/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pgadmin/index.py b/plugins/pgadmin/index.py index d2a167d263..5f47fd45c1 100755 --- a/plugins/pgadmin/index.py +++ b/plugins/pgadmin/index.py @@ -250,7 +250,7 @@ def start(): pgOp('start') - + mw.restartWeb() return 'ok'