correct submitted bot path
This commit is contained in:
parent
294c75823d
commit
4a7229b175
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub async fn submit_bot(
|
|||
MatchPlayer {
|
||||
name: "bot".to_string(),
|
||||
bot_spec: Box::new(DockerBotSpec {
|
||||
code_path: PathBuf::from(SIMPLEBOT_PATH),
|
||||
code_path: uploaded_bot_dir,
|
||||
image: PYTHON_IMAGE.to_string(),
|
||||
argv: vec!["python".to_string(), "bot.py".to_string()],
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue