Update index.py
This commit is contained in:
parent
67530acf1d
commit
4e7e4f5fb4
|
|
@ -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…
Reference in New Issue