Update index.py

pull/624/head
Mr Chen 7 months ago
parent 172fe65df4
commit 23de77d951
  1. 1
      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:

Loading…
Cancel
Save