diff options
Diffstat (limited to 'planetwars-client')
-rw-r--r-- | planetwars-client/simplebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/planetwars-client/simplebot.toml b/planetwars-client/simplebot.toml index dfee25c..9966ce0 100644 --- a/planetwars-client/simplebot.toml +++ b/planetwars-client/simplebot.toml @@ -1,2 +1,2 @@ -name = "simplebot" -command = ["python", "../simplebot/simplebot.py"] +command = "python simplebot.py" +working_directory = "../simplebot" |