Update test.py

This commit is contained in:
haoranchen 2023-08-18 18:33:06 +08:00 committed by GitHub
parent a7e11c2520
commit 0b4c753b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ if __name__ == "__main__":
createDnodeNums = value
if key in ['-i', '--independentMnode']:
independentMnode = value
independentMnode = False
if key in ['-R', '--restful']:
restful = True