From 23de77d9511645eff91adf2581dcee79f9b7aaf5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 1 Oct 2024 17:09:43 +0800 Subject: [PATCH] Update index.py --- plugins/pgadmin/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/pgadmin/index.py b/plugins/pgadmin/index.py index 0b20205af..d10739514 100755 --- a/plugins/pgadmin/index.py +++ b/plugins/pgadmin/index.py @@ -73,7 +73,6 @@ def getHomePage(): cfg = getCfg() auth = cfg['username']+':'+cfg['password'] - rand_path = cfg['path'] url = 'http://' + auth + '@' + ip + ':' + port + '/' return mw.returnJson(True, 'OK', url) except Exception as e: