Update index.py

pull/561/head
Mr Chen 1 year ago
parent 67530acf1d
commit 4e7e4f5fb4
  1. 2
      plugins/mongodb/index.py

@ -1138,7 +1138,7 @@ def replClose():
client = mongdbClient()
db = client.admin
try:
client.drop_database('local')
# client.drop_database('local')
# print(repl_info)
# rstatus = db.command('replSetReconfig',config,force=True)
restart()

Loading…
Cancel
Save