This commit is contained in:
2023-07-02 23:30:42 +08:00
parent 098680f3aa
commit ced7a105ae
7 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", "24"
]
}
]