Update index.py

pull/624/head
Mr Chen 7 months ago
parent b34d1e7caa
commit 7d35f9d129
  1. 5
      plugins/pgadmin/index.py

@ -250,6 +250,11 @@ def start():
def stop():
pgOp('stop')
conf = getConf()
if os.path.exists(conf):
os.remove(conf)
delPort()
mw.restartWeb()
return 'ok'

Loading…
Cancel
Save