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: