This commit is contained in:
2023-06-11 16:14:23 +08:00
parent 67aa573154
commit dbbdbc935a
4 changed files with 8 additions and 8 deletions

4
.vscode/launch.json vendored
View File

@@ -12,9 +12,9 @@
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"--exp", "test",
"--exp", "without_exp",
"--reset_db", "True",
"--job", "1"
"--job", "30"
]
}
]