diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-03 21:49:45 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-03 21:49:45 +0100 |
commit | 698ae8d15e4b231ecaa0d168c2c4d5d941b06fdd (patch) | |
tree | 670b5f25b776f180f54cbb8a16f00bbce808b374 /planetwars-client | |
parent | b1f8062b85ee739e9efb32cbdfde205faaf297d8 (diff) | |
download | planetwars.dev-698ae8d15e4b231ecaa0d168c2c4d5d941b06fdd.tar.xz planetwars.dev-698ae8d15e4b231ecaa0d168c2c4d5d941b06fdd.zip |
add logo and page titles
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" |