Update index.py

This commit is contained in:
Mr Chen 2024-05-06 16:57:47 +08:00
parent 67530acf1d
commit 4e7e4f5fb4
1 changed files with 1 additions and 1 deletions

View File

@ -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()